Vuo  2.0.0
VuoCompilerConstantStringCache.hh
Go to the documentation of this file.
1 
10 #pragma once
11 
16 {
17 public:
18  Constant * get(Module *module, const string &s);
19  void clear(void);
20 
21 private:
22  map<string, Constant *> constantStrings;
23 };