Cobalt Framework  beta
Console application support
Public Attributes
CBCommandLine Struct Reference

Information of parsed command line. More...

#include <CBCommandLine.h>

List of all members.

Public Attributes

struct CNObject superClass
const char * applicationName
struct CNObjectList optionList
struct CNObjectList argumentList

Detailed Description

Information of parsed command line.


Member Data Documentation

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


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines