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

This is the complete list of members for Utils::FilePropertiesT< FileT >, including all inherited members.

abandon()Utils::FilePropertiesT< FileT >
close()Utils::FilePropertiesT< FileT >
FilePropertiesT(FileT &file, bool isStreamOwner=true)Utils::FilePropertiesT< FileT >
flush()Utils::FilePropertiesT< FileT >
get(const std::string &key, std::string *pValue) const Utils::FilePropertiesT< FileT >
getBool(const std::string &key, bool *value) const Utils::FilePropertiesT< FileT >
getBooleanProperty(FilePropertiesT *pProperties, const std::string &propertyName)Utils::FilePropertiesT< FileT >static
getInt(const std::string &key, int *value) const Utils::FilePropertiesT< FileT >
getIntegerProperty(FilePropertiesT *pProperties, const std::string &propertyName)Utils::FilePropertiesT< FileT >static
getProperties(std::set< std::string > *keys)Utils::FilePropertiesT< FileT >
getStream() const Utils::FilePropertiesT< FileT >
getStringProperty(FilePropertiesT *pProperties, const std::string &propertyName, bool isRequired=true)Utils::FilePropertiesT< FileT >static
KeyNameToID typedefUtils::FilePropertiesT< FileT >
RegisteredProperties typedefUtils::FilePropertiesT< FileT >
registerProperty(const std::string &propName, unsigned int linePosition, int valueLength)Utils::FilePropertiesT< FileT >
set(const std::string &key, const std::string &value, bool flushStream=false)Utils::FilePropertiesT< FileT >
setBool(const std::string &key, bool value, bool flushStream=false)Utils::FilePropertiesT< FileT >
setInt(const std::string &key, int value, bool flushStream=false)Utils::FilePropertiesT< FileT >
setStr(const std::string &key, const char *value, int size, bool flushStream=false)Utils::FilePropertiesT< FileT >
trimWhiteSpace(std::string *apStr)Utils::FilePropertiesT< FileT >static
Values typedefUtils::FilePropertiesT< FileT >
~FilePropertiesT()Utils::FilePropertiesT< FileT >virtual