MkBufferListC - various functions to 'check' a MkBufferListS … More...
MkBufferListC - various functions to 'check' a MkBufferListS …
This functions are used for parsing command-line-arguments.
|
static |
Ruby:
→ C-API bool bfl.CheckOption(opt:string, ?onlyFirst:bool=false?)
search for boolean option in MkBufferListS list and return MK_BOL value …
Definition at line 437 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionBOL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 453 of file MkBufferListC_rb.c.
|
static |
Ruby:
→ C-API MkBufferC bfl.CheckOptionBUF(opt:string, ?defval:MkBufferC=nil?, ?onlyFirst:bool=true?)
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 417 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionDBL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 471 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionFLT
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 489 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionI16
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 507 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionI32
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 525 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionI64
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 543 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionI8
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 561 of file MkBufferListC_rb.c.
|
static |
Ruby: doc_mk_rb_BufferListCheckOptionSTR
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 579 of file MkBufferListC_rb.c.