Definition at line 49 of file CSettingsInterface.h.
Public Member Functions | |
RtvcParameterValue () | |
~RtvcParameterValue () | |
bool | contains (const std::string &sName) |
std::vector < std::string > | getParameterNames () |
T * | getParamAddress (const std::string &sName) |
bool | setParameterValue (const std::string &sName, T newValue) |
bool | revertToPreviousValue (const std::string &sName) |
void | addParam (const std::string &sName, T *pAddr, T defaultValue, bool bReadOnly, std::vector< T > &vAllowedValues) |
int | getSize () |