Cobalt Framework  beta
Console application support
Classes | Defines | Functions
CBCommandForm.h File Reference

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.

Detailed Description

Define CBCommandForm data structure.

Copyright
Copyright (C) 2012 Steel Wheels Project

Function Documentation

static unsigned int CBIsEndOfCommandForm ( const struct CBCommandForm src) [inline, static]

Check the form is terminator of array.

Return values:
non-zeroThe form is terminator
0The form is NOT terminator
Parameters:
srcSorce form
 All Classes Files Functions Variables Enumerations Enumerator Defines