LcSettingC - various functions to get data from a setting … More...
Functions | |
LcSettingC * | cclcconfig::LcSettingC::GetElem (MK_I32 idx) const |
C++: → C-API This function fetches the element at the given index index in the setting setting, which must be an array, list, or group … | |
LcSettingC * | cclcconfig::LcSettingC::GetMember (MK_STRN name) const |
C++: → C-API This function fetches the child setting named name from the group setting … | |
LcSettingC * | cclcconfig::LcSettingC::GetMember (const std::string &name) const |
C++: → C-API This function fetches the child setting named name from the group setting … | |
MK_BOOL | cclcconfig::LcSettingC::GetBool () const |
C++: → C-API These functions return the value of the given setting … | |
MK_BOOL | cclcconfig::LcSettingC::GetBoolElem (MK_I32 idx) const |
C++: → C-API These functions return the value at the specified index index in the setting setting … | |
MK_DBL | cclcconfig::LcSettingC::GetFloat () const |
C++: → C-API These functions return the value of the given setting … | |
MK_DBL | cclcconfig::LcSettingC::GetFloatElem (MK_I32 idx) const |
C++: → C-API These functions return the value at the specified index index in the setting setting … | |
LcConfigFormatE | cclcconfig::LcSettingC::GetFormat () const |
C++: → C-API These functions get and set the external format for the setting setting … | |
MK_I32 | cclcconfig::LcSettingC::GetInt () const |
C++: → C-API These functions return the value of the given setting … | |
MK_I64 | cclcconfig::LcSettingC::GetInt64 () const |
C++: → C-API These functions return the value of the given setting … | |
MK_I64 | cclcconfig::LcSettingC::GetInt64Elem (MK_I32 idx) const |
C++: → C-API These functions return the value at the specified index index in the setting setting … | |
MK_I32 | cclcconfig::LcSettingC::GetIntElem (MK_I32 idx) const |
C++: → C-API These functions return the value at the specified index index in the setting setting … | |
MK_STRN | cclcconfig::LcSettingC::GetString () const |
C++: → C-API These functions return the value of the given setting … | |
MK_STRN | cclcconfig::LcSettingC::GetStringElem (MK_I32 idx) const |
C++: → C-API These functions return the value at the specified index index in the setting setting … | |
LcSettingC - various functions to get data from a setting …
|
inline |
C++:
→ C-API MK_BOOL setting.GetBool()
These functions return the value of the given setting …
Definition at line 140 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_BOOL setting.GetBoolElem(MK_I32 idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 147 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.GetElem(MK_I32 idx)
This function fetches the element at the given index index in the setting setting, which must be an array, list, or group …
Definition at line 107 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_DBL setting.GetFloat()
These functions return the value of the given setting …
Definition at line 154 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_DBL setting.GetFloatElem(MK_I32 idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 161 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcConfigFormatE setting.GetFormat()
These functions get and set the external format for the setting setting …
Definition at line 168 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I32 setting.GetInt()
These functions return the value of the given setting …
Definition at line 175 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_I64 setting.GetInt64()
These functions return the value of the given setting …
Definition at line 182 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_I64 setting.GetInt64Elem(MK_I32 idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 189 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_I32 setting.GetIntElem(MK_I32 idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 196 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.GetMember(MK_STRN name)
This function fetches the child setting named name from the group setting …
Definition at line 127 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcSettingC* setting.GetMember(MK_STRN name)
This function fetches the child setting named name from the group setting …
Definition at line 117 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API MK_STRN setting.GetString()
These functions return the value of the given setting …
Definition at line 203 of file LcSettingC_inline_cc.hh.
C++:
→ C-API MK_STRN setting.GetStringElem(MK_I32 idx)
These functions return the value at the specified index index in the setting setting …
Definition at line 210 of file LcSettingC_inline_cc.hh.