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 |
Python:
→ 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 478 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionBOL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 497 of file MkBufferListC_py.c.
|
static |
Python:
→ C-API MkBufferC bfl.CheckOptionBUF(opt:string, ?defval:MkBufferC=None?, ?onlyFirst:bool=true?)
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 455 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionDBL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 518 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionFLT
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 539 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionI16
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 560 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionI32
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 581 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionI64
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 602 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionI8
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 623 of file MkBufferListC_py.c.
|
static |
Python: doc_mk_py_BufferListCheckOptionSTR
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 644 of file MkBufferListC_py.c.