Cobalt Framework
beta
Console application support
|
Define CBCommandForm data structure. More...
#include "CBForwarders.h"
Go to the source code of this file.
Classes | |
struct | CBCommandForm |
Form of command in command line option. More... | |
Defines | |
#define | CBEndOfCommandForm {NULL, NULL, 0} |
Terminator of array of CBCommandForm. | |
Functions | |
static unsigned int | CBIsEndOfCommandForm (const struct CBCommandForm *src) |
Check the form is terminator of array. |
Define CBCommandForm data structure.
static unsigned int CBIsEndOfCommandForm | ( | const struct CBCommandForm * | 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 |