LcConfigC - various functions to lookup config-data … More...
Functions | |
LcSettingC * | cclcconfig::LcConfigC::Lookup (MK_STRN path) const |
C++: → C-API This function locates the setting in the configuration config specified by the path path … | |
LcSettingC * | cclcconfig::LcConfigC::Lookup (const std::string &path) const |
C++: → C-API This function locates the setting in the configuration config specified by the path path … | |
MK_BOOL | cclcconfig::LcConfigC::LookupBool (MK_STRN path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_BOOL | cclcconfig::LcConfigC::LookupBool (const std::string &path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_DBL | cclcconfig::LcConfigC::LookupFloat (MK_STRN path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_DBL | cclcconfig::LcConfigC::LookupFloat (const std::string &path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_I32 | cclcconfig::LcConfigC::LookupInt (MK_STRN path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_I32 | cclcconfig::LcConfigC::LookupInt (const std::string &path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_I64 | cclcconfig::LcConfigC::LookupInt64 (MK_STRN path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_I64 | cclcconfig::LcConfigC::LookupInt64 (const std::string &path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_STRN | cclcconfig::LcConfigC::LookupString (MK_STRN path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
MK_STRN | cclcconfig::LcConfigC::LookupString (const std::string &path) const |
C++: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
LcConfigC - various functions to lookup config-data …
|
inline |
C++:
→ C-API LcSettingC* config.Lookup(MK_STRN path)
This function locates the setting in the configuration config specified by the path path …
Definition at line 183 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* config.Lookup(MK_STRN path)
This function locates the setting in the configuration config specified by the path path …
Definition at line 176 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_BOOL config.LookupBool(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 202 of file LcConfigC_inline_cc.hh.
C++:
→ C-API MK_BOOL config.LookupBool(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 193 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_DBL config.LookupFloat(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 221 of file LcConfigC_inline_cc.hh.
C++:
→ C-API MK_DBL config.LookupFloat(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 212 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I32 config.LookupInt(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 240 of file LcConfigC_inline_cc.hh.
C++:
→ C-API MK_I32 config.LookupInt(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 231 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I64 config.LookupInt64(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 259 of file LcConfigC_inline_cc.hh.
C++:
→ C-API MK_I64 config.LookupInt64(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 250 of file LcConfigC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN config.LookupString(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 278 of file LcConfigC_inline_cc.hh.
C++:
→ C-API MK_STRN config.LookupString(MK_STRN path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 269 of file LcConfigC_inline_cc.hh.