Public Member Functions | |
ParamData (unsigned int numParams, map< std::string, float > data) | |
float | operator[] (std::string s) |
float | operator[] (int i) |
Public Attributes | |
unsigned int | numParams |
map< std::string, float > | mData |
map< int, std::string > | keys |
Definition at line 15 of file LocalizationUtil.h.