LcSettingC - various functions to lookup a setting … More...
Functions | |
LcSettingC * | cclcconfig::LcSettingC::Lookup (MK_STRN path) |
C++: → C-API This function locates a setting by a path path relative to the setting setting … | |
LcSettingC * | cclcconfig::LcSettingC::Lookup (const std::string &path) |
C++: → C-API This function locates a setting by a path path relative to the setting setting … | |
MkBufferListC * | cclcconfig::LcSettingC::LookupAll () const |
C++: → C-API addon - read an entire configuration below setting into MkBufferListC … | |
MK_BOOL | cclcconfig::LcSettingC::LookupBool (MK_STRN name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_BOOL | cclcconfig::LcSettingC::LookupBool (const std::string &name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_DBL | cclcconfig::LcSettingC::LookupFloat (MK_STRN name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_DBL | cclcconfig::LcSettingC::LookupFloat (const std::string &name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_I32 | cclcconfig::LcSettingC::LookupInt (MK_STRN name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_I32 | cclcconfig::LcSettingC::LookupInt (const std::string &name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_I64 | cclcconfig::LcSettingC::LookupInt64 (MK_STRN name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_I64 | cclcconfig::LcSettingC::LookupInt64 (const std::string &name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_STRN | cclcconfig::LcSettingC::LookupString (MK_STRN name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
MK_STRN | cclcconfig::LcSettingC::LookupString (const std::string &name) const |
C++: → C-API These functions look up the value of the child setting named name of the setting setting … | |
LcSettingC - various functions to lookup a setting …
|
inline |
C++:
→ C-API LcSettingC* setting.Lookup(MK_STRN path)
This function locates a setting by a path path relative to the setting setting …
Definition at line 294 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.Lookup(MK_STRN path)
This function locates a setting by a path path relative to the setting setting …
Definition at line 284 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* setting.LookupAll()
addon - read an entire configuration below setting into MkBufferListC …
Definition at line 305 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_BOOL setting.LookupBool(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 323 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_BOOL setting.LookupBool(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 314 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_DBL setting.LookupFloat(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 342 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_DBL setting.LookupFloat(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 333 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I32 setting.LookupInt(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 361 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_I32 setting.LookupInt(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 352 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I64 setting.LookupInt64(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 380 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_I64 setting.LookupInt64(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 371 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN setting.LookupString(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 399 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_STRN setting.LookupString(MK_STRN name)
These functions look up the value of the child setting named name of the setting setting …
Definition at line 390 of file LcSettingC_inline_cc.hh.