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