Cobalt Framework
beta
Console application support
|
Define CBOptionForm data structure. More...
#include <string.h>
Go to the source code of this file.
Classes | |
struct | CBOptionForm |
Form of option in command line option. More... | |
Defines | |
#define | CBEndOfOptionForm {CBNullOptionId, '\0', NULL, 0, NULL} |
Terminator of array of CBOptionForm. | |
Functions | |
static unsigned int | CBIsEndOfOptionForm (const struct CBOptionForm *src) |
Check the form is terminator of array. | |
Variables | |
static const unsigned int | CBNullOptionId = ((unsigned int) -1) |
Option Id to present no-option. |
Define CBOptionForm data structure.
static unsigned int CBIsEndOfOptionForm | ( | const struct CBOptionForm * | src | ) | [inline, static] |
Check the form is terminator of array.
non-zero | The form is terminator |
0 | The form is NOT terminator |
src | Sorce form |