| _asBoolean(const std::string &value) | indri::api::Parameters | [inline, protected] |
| _collection | indri::api::Parameters | [protected] |
| _createPath(const std::string &path) | indri::api::Parameters | [protected] |
| _fillXML(class indri::xml::XMLNode *node) | indri::api::Parameters | [protected] |
| _getPath(const std::string &path, Parameters::parameter_value *last, int offset=0) | indri::api::Parameters | [protected] |
| _getRoot() | indri::api::Parameters | [protected] |
| _getSegment(const std::string &segment, int arrayIndex, Parameters::parameter_value *from) | indri::api::Parameters | [protected] |
| _isBoolean(const std::string &value) | indri::api::Parameters | [inline, protected] |
| _loadXML(class indri::xml::XMLNode *node) | indri::api::Parameters | [protected] |
| _multiplier(const std::string &value) | indri::api::Parameters | [inline, protected] |
| _owned | indri::api::Parameters | [protected] |
| _parseNextSegment(std::string &segment, int &arrayIndex, int &endOffset, const std::string &path, int beginOffset) | indri::api::Parameters | [protected] |
| append(const std::string &path) | indri::api::Parameters | |
| clear() | indri::api::Parameters | |
| exists(size_t index) | indri::api::Parameters | |
| exists(const std::string &name) | indri::api::Parameters | |
| get(size_t index) | indri::api::Parameters | |
| get(const std::string &name) | indri::api::Parameters | |
| get(const char *name) | indri::api::Parameters | |
| get(const std::string &name, bool def) | indri::api::Parameters | |
| get(const std::string &name, int def) | indri::api::Parameters | |
| get(const std::string &name, double def) | indri::api::Parameters | |
| get(const std::string &name, INT64 def) | indri::api::Parameters | |
| get(const std::string &name, const char *def) | indri::api::Parameters | |
| get(const std::string &name, const std::string &def) | indri::api::Parameters | |
| instance() | indri::api::Parameters | [static] |
| load(const std::string &text) | indri::api::Parameters | |
| loadCommandLine(int argc, char **argv) | indri::api::Parameters | |
| loadFile(const std::string &filename) | indri::api::Parameters | |
| operator bool() | indri::api::Parameters | [inline] |
| operator double() | indri::api::Parameters | [inline] |
| operator int() | indri::api::Parameters | [inline] |
| operator INT64() | indri::api::Parameters | [inline] |
| operator std::string() | indri::api::Parameters | [inline] |
| operator=(const Parameters &other) | indri::api::Parameters | [inline] |
| operator[](size_t index) | indri::api::Parameters | |
| operator[](const std::string &path) | indri::api::Parameters | |
| operator[](const char *path) | indri::api::Parameters | |
| Parameters() | indri::api::Parameters | |
| Parameters(const Parameters &other) | indri::api::Parameters | |
| Parameters(parameter_value *value) | indri::api::Parameters | |
| Parameters(const std::string &path, parameter_value *value) | indri::api::Parameters | |
| remove(const std::string &path) | indri::api::Parameters | |
| set(const std::string &name, bool value) | indri::api::Parameters | |
| set(const std::string &name, const char *value) | indri::api::Parameters | |
| set(const std::string &name, const std::string &value) | indri::api::Parameters | |
| set(const std::string &name, int value) | indri::api::Parameters | |
| set(const std::string &name, UINT64 value) | indri::api::Parameters | |
| set(const std::string &name, INT64 value) | indri::api::Parameters | |
| set(const std::string &name, double value) | indri::api::Parameters | |
| set(const std::string &value) | indri::api::Parameters | |
| size() | indri::api::Parameters | |
| toXML() | indri::api::Parameters | |
| write(std::string &text) | indri::api::Parameters | |
| writeFile(const std::string &filename) | indri::api::Parameters | |
| ~Parameters() | indri::api::Parameters | |