Critical Link MityCam SoC Firmware  1.0
Critical Link MityCam SoC Firmware
ConfigFile Member List

This is the complete list of members for ConfigFile, including all inherited members.

ConfigFile(const char *apFilename, bool output=false)ConfigFile
isValid()ConfigFile
readElement(unsigned int *apReadValue)ConfigFile
readElement(int *apReadValue)ConfigFile
readElement(float *apReadValue)ConfigFile
readElement(double *apReadValue)ConfigFile
readElement(std::string *apReadValue)ConfigFile
writeElement(std::string &arName, const char *apValue)ConfigFile
writeElement(std::string &arName, std::string &arValue)ConfigFile
writeElement(std::string &arName, double anValue)ConfigFile
writeElement(std::string &arName, float anValue)ConfigFile
writeElement(std::string &arName, int anValue)ConfigFile
writeElement(std::string &arName, unsigned int anValue)ConfigFile
writeElement(const char *apName, const char *apValue)ConfigFile
writeElement(const char *apName, std::string &arValue)ConfigFile
writeElement(const char *apName, double anValue)ConfigFile
writeElement(const char *apName, float anValue)ConfigFile
writeElement(const char *apName, int anValue)ConfigFile
writeElement(const char *apName, unsigned int anValue)ConfigFile
~ConfigFile()ConfigFilevirtual