Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTSettings Member List

This is the complete list of members for opentxs::OTSettings, including all inherited members.

Check_bool(const OTString &strSection, const OTString &strKey, bool &out_bResult, bool &out_bKeyExist) const opentxs::OTSettings
Check_long(const OTString &strSection, const OTString &strKey, int64_t &out_lResult, bool &out_bKeyExist) const opentxs::OTSettings
Check_str(const OTString &strSection, const OTString &strKey, OTString &out_strResult, bool &out_bKeyExist) const opentxs::OTSettings
CheckSet_bool(const OTString &strSection, const OTString &strKey, const bool &bDefault, bool &out_bResult, bool &out_bIsNew, const OTString &strComment="")opentxs::OTSettings
CheckSet_long(const OTString &strSection, const OTString &strKey, const int64_t &lDefault, int64_t &out_lResult, bool &out_bIsNew, const OTString &strComment="")opentxs::OTSettings
CheckSet_str(const OTString &strSection, const OTString &strKey, const OTString &strDefault, OTString &out_strResult, bool &out_bIsNew, const OTString &strComment="")opentxs::OTSettings
CheckSetSection(const OTString &strSection, const OTString &strComment, bool &out_bIsNewSection)opentxs::OTSettings
IsEmpty() const opentxs::OTSettings
IsLoaded() const opentxs::OTSettings
Load()opentxs::OTSettings
OTSettings()opentxs::OTSettings
OTSettings(const OTString &strConfigFilePath)opentxs::OTSettings
Reset()opentxs::OTSettings
Save()opentxs::OTSettings
Set_bool(const OTString &strSection, const OTString &strKey, const bool &bValue, bool &out_bNewOrUpdate, const OTString &strComment="")opentxs::OTSettings
Set_long(const OTString &strSection, const OTString &strKey, const int64_t &lValue, bool &out_bNewOrUpdate, const OTString &strComment="")opentxs::OTSettings
Set_str(const OTString &strSection, const OTString &strKey, const OTString &strValue, bool &out_bNewOrUpdate, const OTString &strComment="")opentxs::OTSettings
SetConfigFilePath(const OTString &strConfigFilePath)opentxs::OTSettings
SetOption_bool(const OTString &strSection, const OTString &strKey, bool &bVariableName)opentxs::OTSettings
~OTSettings()opentxs::OTSettings