MkBufferListC - various functions to 'check' a MkBufferListS … More...
Collaboration diagram for MkBufferListC_Check_CS_API:Functions | |
| MkBufferC | csmkkernel.MkBufferListC.CheckOptionBUF (string opt, MkBufferC defval=null, bool onlyFirst=true) |
C#: → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| bool | csmkkernel.MkBufferListC.CheckOption (string opt, bool onlyFirst=false) |
C#: → C-API search for boolean option in MkBufferListS list and return MK_BOL value … | |
| bool | csmkkernel.MkBufferListC.CheckOptionBOL (string opt, bool defval=false, bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionBOL → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| double | csmkkernel.MkBufferListC.CheckOptionDBL (string opt, double defval=0, bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionDBL → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| float | csmkkernel.MkBufferListC.CheckOptionFLT (string opt, float defval=0F, bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionFLT → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| short | csmkkernel.MkBufferListC.CheckOptionI16 (string opt, short defval=0, bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionI16 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| int | csmkkernel.MkBufferListC.CheckOptionI32 (string opt, int defval=0, bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionI32 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| long | csmkkernel.MkBufferListC.CheckOptionI64 (string opt, long defval=0, bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionI64 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| byte | csmkkernel.MkBufferListC.CheckOptionI8 (string opt, byte defval=0, bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionI8 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
| string | csmkkernel.MkBufferListC.CheckOptionSTR (string opt, string defval="", bool onlyFirst=true) |
C#: doc_mk_cs_BufferListCheckOptionSTR → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MkBufferListC - various functions to 'check' a MkBufferListS …
This functions are used for parsing command-line-arguments.
|
inline |
C#: → C-API bool bfl.CheckOption(string opt, bool onlyFirst = false)
search for boolean option in MkBufferListS list and return MK_BOL value …
Definition at line 262 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionBOL → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 272 of file MkBufferListC.cs.
|
inline |
C#: → C-API MkBufferC bfl.CheckOptionBUF(string opt, MkBufferC defval = null, bool onlyFirst = true)
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 249 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionDBL → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 282 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionFLT → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 292 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionI16 → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 302 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionI32 → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 312 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionI64 → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 322 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionI8 → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 332 of file MkBufferListC.cs.
|
inline |
C#: doc_mk_cs_BufferListCheckOptionSTR → C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 342 of file MkBufferListC.cs.