MkBufferListC - define the class … More...
MkBufferListC - define the class …
|
static |
Ruby:
→ C-API (static) MkBufferListC MkBufferListC.GetNull()
Null-Slot - return a MkBufferListC typed NULL
instance …
Definition at line 678 of file MkBufferListC_rb.c.
|
static |
Definition at line 622 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API (static) MkBufferListC MkBufferListC.HandleResolve(netHdl:MK_HDL)
Handle-Resolve-Slot - return a MkBufferListC from netHdl or nil if invalid…
Definition at line 606 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API (static) MkBufferListC MkBufferListC.Instances()
get head-instance from linked-list of MkBufferListS type …
Definition at line 658 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bfl.Next()
get next instance from linked-list of MkBufferListS type
Definition at line 634 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferListC bfl.Prev()
get previous instance from linked-list of MkBufferListS type
Definition at line 645 of file MkBufferListC_rb.c.