B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Utils::Properties Member List

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::Propertiesstatic
getBoolProperty(const Utils::Properties *pProperties, const std::string &propertyName, bool isRequired=true)Utils::Propertiesstatic
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::Propertiesstatic
getIntProperty(const Utils::Properties *pProperties, const std::string &propertyName, bool isRequired=true)Utils::Propertiesstatic
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::Propertiesstatic
Keys typedefUtils::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::Propertiesexplicit
Properties(const std::map< std::string, std::string > &settings, PropertyDecoder *decoder=NULL)Utils::Propertiesexplicit
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::Propertiesvirtual