LcSettingC - various functions to create, initialize and destroy … More...
Functions | |
LcSettingC * | cclcconfig::LcSettingC::Add (MK_STRN name, LcConfigTypeE __type) |
C++: → C-API This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
LcSettingC * | cclcconfig::LcSettingC::Add (const std::string &name, LcConfigTypeE __type) |
C++: → C-API This function adds a new child setting or element to the setting parent, which must be a group, array, or list … | |
LcConfigC * | cclcconfig::LcSettingC::GetConfig () const |
C++: → C-API addon - return the LcConfigC from the LcSettingC … | |
LcSettingC - various functions to create, initialize and destroy …
|
inline |
C++:
→ C-API [constructor] LcSettingC* parent.Add(MK_STRN name, LcConfigTypeE __type)
This function adds a new child setting or element to the setting parent, which must be a group, array, or list …
Definition at line 669 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API [constructor] LcSettingC* parent.Add(MK_STRN name, LcConfigTypeE __type)
This function adds a new child setting or element to the setting parent, which must be a group, array, or list …
Definition at line 659 of file LcSettingC_inline_cc.hh.
|
inline |
C++:
→ C-API LcConfigC* setting.GetConfig()
addon - return the LcConfigC from the LcSettingC …
Definition at line 682 of file LcSettingC_inline_cc.hh.