OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
Settings Member List

This is the complete list of members for Settings, including all inherited members.

get(const std::string &key, typename std::enable_if< std::is_integral< T >::value, void * >::type=nullptr) constSettingsinline
get(const std::string &key, T defaultValue, typename std::enable_if< std::is_integral< T >::value, void * >::type=nullptr) constSettingsinline
get(const std::string &key, typename std::enable_if< std::is_same< T, std::string >::value, void * >::type=nullptr) constSettingsinline
get(const std::string &key, T defaultValue, typename std::enable_if< std::is_same< T, std::string >::value, void * >::type=nullptr) constSettingsinline
get(const std::string &key, typename std::enable_if< std::is_same< T, bool >::value, void * >::type=nullptr) constSettingsinline
get(const std::string &key, T defaultValue, typename std::enable_if< std::is_same< T, bool >::value, void * >::type=nullptr) constSettingsinline
isSet(const std::string &key) constSettingsinline
Settings()=defaultSettings
Settings(const std::string &filename)Settingsinline