LcConfigC - define the class … More...
Collaboration diagram for LcConfigC_Class_RB_API:Functions | |
| static OT_ProcRet | rblcconfig_LcConfigC_HandleResolve (OtClass_ARGS) |
Ruby: → C-API Handle-Resolve-Slot - return a LcConfigC from netHdl or nil if invalid… | |
| MK_DEPRECATED static MK_UNUSED OT_ProcRet | rblcconfig_LcConfigC_HandleGet (LcConfigC_ARGS) |
| static OT_ProcRet | rblcconfig_LcConfigC_Next (LcConfigC_ARGS) |
Ruby: → C-API get next instance from linked-list of LcConfigS type | |
| static OT_ProcRet | rblcconfig_LcConfigC_Prev (LcConfigC_ARGS) |
Ruby: → C-API get previous instance from linked-list of LcConfigS type | |
| static OT_ProcRet | rblcconfig_LcConfigC_Instances (OtClass_ARGS) |
Ruby: → C-API get head-instance from linked-list of LcConfigS type … | |
| static OT_ProcRet | rblcconfig_LcConfigC_GetNull (OtClass_ARGS) |
Ruby: → C-API Null-Slot - return a LcConfigC typed NULL instance … | |
LcConfigC - define the class …
|
static |
Ruby: → C-API (static) LcConfigC LcConfigC.GetNull()
Null-Slot - return a LcConfigC typed NULL instance …
Definition at line 241 of file LcConfigC_rb.c.
|
static |
Definition at line 185 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API (static) LcConfigC LcConfigC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a LcConfigC from netHdl or nil if invalid…
Definition at line 169 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API (static) LcConfigC LcConfigC.Instances()
get head-instance from linked-list of LcConfigS type …
Definition at line 221 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API LcConfigC cfg.Next()
get next instance from linked-list of LcConfigS type
Definition at line 197 of file LcConfigC_rb.c.
|
static |
Ruby: → C-API LcConfigC cfg.Prev()
get previous instance from linked-list of LcConfigS type
Definition at line 208 of file LcConfigC_rb.c.