|
B2BITS FIX Antenna HFT
1.0.17
|
This is the complete list of members for Utils::Properties, including all inherited members.
| assign(const Properties &other) | Utils::Properties | |
| clear() | Utils::Properties | |
| get(const std::string &key, std::string *value=NULL) const | Utils::Properties | |
| getBool(const std::string &key, bool *value) const | Utils::Properties | |
| getBoolean(const std::string &propertyName) const | Utils::Properties | |
| getBooleanProperty(const Utils::Properties *pProperties, const std::string &propertyName) | Utils::Properties | static |
| getBoolProperty(const Utils::Properties *pProperties, const std::string &propertyName, bool isRequired=true) | Utils::Properties | static |
| getInt(const std::string &key, int *value) const | Utils::Properties | |
| getInteger(const std::string &propertyName, int minValue=-INT_MAX, int maxValue=INT_MAX) const | Utils::Properties | |
| getIntegerProperty(const Utils::Properties *properties, const std::string &propertyName, int minValue=-INT_MAX, int maxValue=INT_MAX) | Utils::Properties | static |
| getIntProperty(const Utils::Properties *pProperties, const std::string &propertyName, bool isRequired=true) | Utils::Properties | static |
| getKeys(Keys *keys) const | Utils::Properties | |
| getString(const std::string &propertyName, bool isRequired=true) const | Utils::Properties | |
| getStringProperty(const Utils::Properties *pProperties, const std::string &propertyName, bool isRequired=true) | Utils::Properties | static |
| Keys typedef | Utils::Properties | |
| load(std::istream *apIStream, PropertyDecoder *decoder=NULL) | Utils::Properties | |
| operator=(const Properties &other) | Utils::Properties | |
| Properties() | Utils::Properties | |
| Properties(std::istream *apIStream, PropertyDecoder *decoder=NULL) | Utils::Properties | explicit |
| Properties(const std::map< std::string, std::string > &settings, PropertyDecoder *decoder=NULL) | Utils::Properties | explicit |
| Properties(const Properties &other) | Utils::Properties | |
| save(std::ostream *outStream) | Utils::Properties | |
| set(const std::string &key, const std::string &value) | Utils::Properties | |
| set_nolock(const std::string &key, const std::string &value) | Utils::Properties | |
| setBool(const std::string &key, bool value) | Utils::Properties | |
| setInt(const std::string &key, int value) | Utils::Properties | |
| ~Properties() | Utils::Properties | virtual |
1.8.5