Vuo  2.3.2
VuoRendererReadOnlyDictionary.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
13 
14 class VuoNode;
16 
21 {
22 public:
24  set<VuoNode *> getCoattachments(void);
25 
26  static bool isReadOnlyDictionary(VuoNode *baseNode);
27 
28 private:
29  VuoNode * getKeyListNode();
30  VuoNode * getValueListNode();
31 };
32