MkBufferListC - various functions to 'check' a MkBufferListS … More...
Functions | |
MkBufferC * | ccmkkernel::MkBufferListC::CheckOptionBUF (MK_STRN opt, MkBufferC *defval=NULL, MK_BOOL onlyFirst=true) |
C++: → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MkBufferC * | ccmkkernel::MkBufferListC::CheckOptionBUF (const std::string &opt, MkBufferC *defval=NULL, MK_BOOL onlyFirst=true) |
C++: → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_BOOL | ccmkkernel::MkBufferListC::CheckOption (MK_STRN opt, MK_BOOL onlyFirst=false) |
C++: → C-API search for boolean option in MkBufferListS list and return libmkkernel::MK_BOL value … | |
MK_BOOL | ccmkkernel::MkBufferListC::CheckOption (const std::string &opt, MK_BOOL onlyFirst=false) |
C++: → C-API search for boolean option in MkBufferListS list and return libmkkernel::MK_BOL value … | |
MK_BOOL | ccmkkernel::MkBufferListC::CheckOptionBOL (MK_STRN opt, MK_BOOL defval=false, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionBOL → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_BOOL | ccmkkernel::MkBufferListC::CheckOptionBOL (const std::string &opt, MK_BOOL defval=false, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionBOL → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_DBL | ccmkkernel::MkBufferListC::CheckOptionDBL (MK_STRN opt, MK_DBL defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionDBL → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_DBL | ccmkkernel::MkBufferListC::CheckOptionDBL (const std::string &opt, MK_DBL defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionDBL → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_FLT | ccmkkernel::MkBufferListC::CheckOptionFLT (MK_STRN opt, MK_FLT defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionFLT → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_FLT | ccmkkernel::MkBufferListC::CheckOptionFLT (const std::string &opt, MK_FLT defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionFLT → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I16 | ccmkkernel::MkBufferListC::CheckOptionI16 (MK_STRN opt, MK_I16 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI16 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I16 | ccmkkernel::MkBufferListC::CheckOptionI16 (const std::string &opt, MK_I16 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI16 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I32 | ccmkkernel::MkBufferListC::CheckOptionI32 (MK_STRN opt, MK_I32 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI32 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I32 | ccmkkernel::MkBufferListC::CheckOptionI32 (const std::string &opt, MK_I32 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI32 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I64 | ccmkkernel::MkBufferListC::CheckOptionI64 (MK_STRN opt, MK_I64 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI64 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I64 | ccmkkernel::MkBufferListC::CheckOptionI64 (const std::string &opt, MK_I64 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI64 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I8 | ccmkkernel::MkBufferListC::CheckOptionI8 (MK_STRN opt, MK_I8 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI8 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_I8 | ccmkkernel::MkBufferListC::CheckOptionI8 (const std::string &opt, MK_I8 defval=0, MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionI8 → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_STRN | ccmkkernel::MkBufferListC::CheckOptionSTR (MK_STRN opt, MK_STRN defval="", MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_BufferListCheckOptionSTR → C-API search for opt in MkBufferListS list and fill var with opt_argument or the defval value … | |
MK_STRN | ccmkkernel::MkBufferListC::CheckOptionSTR (const std::string &opt, MK_STRN defval="", MK_BOOL onlyFirst=true) |
C++: doc_mk_cc_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.
This functions are used for parsing command-line-arguments.
|
inline |
C++:
→ C-API MK_BOOL bfl.CheckOption(MK_STRN opt, MK_BOOL onlyFirst = false)
search for boolean option in MkBufferListS list and return libmkkernel::MK_BOL value …
Definition at line 337 of file MkBufferListC_inline_cc.hh.
C++:
→ C-API MK_BOOL bfl.CheckOption(MK_STRN opt, MK_BOOL onlyFirst = false)
search for boolean option in MkBufferListS list and return libmkkernel::MK_BOL value …
Definition at line 330 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionBOL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 356 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionBOL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 347 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* bfl.CheckOptionBUF(MK_STRN opt, MkBufferC* defval = NULL, MK_BOOL onlyFirst = true)
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 317 of file MkBufferListC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferC* bfl.CheckOptionBUF(MK_STRN opt, MkBufferC* defval = NULL, MK_BOOL onlyFirst = true)
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 307 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionDBL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 375 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionDBL
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 366 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionFLT
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 394 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionFLT
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 385 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI16
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 413 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI16
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 404 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI32
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 432 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI32
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 423 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI64
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 451 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI64
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 442 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI8
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 470 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionI8
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 461 of file MkBufferListC_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionSTR
→ 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_inline_cc.hh.
|
inline |
C++: doc_mk_cc_BufferListCheckOptionSTR
→ C-API
search for opt in MkBufferListS list and fill var with opt_argument or the defval value …
Definition at line 480 of file MkBufferListC_inline_cc.hh.