This is the complete list of members for
DataPairs, including all inherited members.
add(std::string attribute, std::string value, bool replace=false) | DataPairs | |
clear() | DataPairs | |
copyFrom(DataPairs &other) | DataPairs | |
getBool(std::string str, bool defaultValue=false) | DataPairs | |
getBoolValue(std::string str, bool &result) | DataPairs | |
getFirstIndex(std::string str) | DataPairs | |
getFloat(std::string str, float defaultValue=0.0) | DataPairs | |
getFloatValue(std::string str, float &result) | DataPairs | |
getIndex(std::string attr, std::vector< unsigned int > &ids) | DataPairs | |
getInt(std::string str, int defaultValue=0) | DataPairs | |
getIntValue(std::string str, int &result) | DataPairs | |
getItem(unsigned int index, std::vector< std::string > &item) | DataPairs | |
getLength() | DataPairs | |
getMaxSize() | DataPairs | |
getString(std::string str, std::string defaultValue="") | DataPairs | |
getStrings(std::string str, std::vector< std::string > &result) | DataPairs | |
getStringValue(std::string str, std::string &result) | DataPairs | |
loadFromXml(CConfiguration &config, TiXmlElement *node, DataPairs *replace=NULL) | DataPairs | |
print() | DataPairs | |
resolve() | DataPairs | |
resolveString(std::string input, std::string &output) | DataPairs | |
resolveString(std::string input) | DataPairs | |
setMaxSize(unsigned int size) | DataPairs | |
values | DataPairs | [protected] |