|
Cobalt Framework
beta
Console application support
|
Information of parsed command line. More...
#include <CBCommandLine.h>
Public Attributes | |
| struct CNObject | superClass |
| const char * | applicationName |
| struct CNObjectList | optionList |
| struct CNObjectList | argumentList |
Information of parsed command line.
| const char* CBCommandLine::applicationName |
Application name
| struct CNObjectList CBCommandLine::argumentList |
List of arguments (struct CNString *)
| struct CNObjectList CBCommandLine::optionList |
List of options (struct CBOption *)
| struct CNObject CBCommandLine::superClass |
Super class
1.7.5.1