begin() const | Param | |
checkDefaults(const String &name, const Param &defaults, String prefix="", std::ostream &os=std::cout) const | Param | |
clear() | Param | |
copy(const String &prefix, bool remove_prefix=false) const | Param | |
empty() const | Param | |
end() const | Param | |
exists(const String &key) const | Param | |
getDescription(const String &key) const | Param | |
getEntry(const String &key) const | Param | |
getEntry_(const String &key) const | Param | [protected] |
getSectionDescription(const String &key) const | Param | |
getValue(const String &key) const | Param | |
getVersion() const | XMLFile | |
insert(String prefix, const Param ¶m) | Param | |
isAdvancedParameter(const String &key) const | Param | |
isValid(const String &filename) | XMLFile | |
load(const String &filename) | Param | |
operator=(const Param &rhs) | Param | |
operator==(const Param &rhs) const | Param | |
Param() | Param | |
Param(const Param &rhs) | Param | |
Param(const Param::ParamNode &node) | Param | [protected] |
parse_(const String &filename, XMLHandler *handler) | XMLFile | [protected] |
parseCommandLine(const int argc, const char **argv, String prefix="") | Param | |
parseCommandLine(const int argc, const char **argv, const std::map< String, String > &options_with_argument, const std::map< String, String > &options_without_argument, const String &misc="misc", const String &unknown="unknown") | Param | |
remove(const String &prefix) | Param | |
root_ | Param | [mutable, protected] |
save_(const String &filename, XMLHandler *handler) const | XMLFile | [protected] |
schema_location_ | XMLFile | [protected] |
schema_version_ | XMLFile | [protected] |
setDefaults(const Param &defaults, String prefix="", bool showMessage=false) | Param | |
setMaxFloat(const String &key, DoubleReal max) | Param | |
setMaxInt(const String &key, Int max) | Param | |
setMinFloat(const String &key, DoubleReal min) | Param | |
setMinInt(const String &key, Int min) | Param | |
setSectionDescription(const String &key, const String &description) | Param | |
setValidStrings(const String &key, const std::vector< String > &strings) | Param | |
setValue(const String &key, Int value, const String &description="", bool advanced=false) | Param | |
setValue(const String &key, UInt value, const String &description="", bool advanced=false) | Param | |
setValue(const String &key, Real value, const String &description="", bool advanced=false) | Param | |
setValue(const String &key, DoubleReal value, const String &description="", bool advanced=false) | Param | |
setValue(const String &key, const String &value, const String &description="", bool advanced=false) | Param | |
size() const | Param | |
store(const String &filename) const | Param | |
XMLFile() | XMLFile | |
XMLFile(const String &schema_location, const String &version) | XMLFile | |
~Param() | Param | |
~XMLFile() | XMLFile | |