Vuo  2.3.2
VuoRendererKeyListForReadOnlyDictionary.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 
19 {
20 public:
24  set<VuoNode *> getCoattachments(void);
25  VuoNode * getValueListNode(void);
26 
27  static bool isKeyListForReadOnlyDictionary(VuoNode *baseNode);
28 };
29