Cobalt Framework  beta
Console application support
Public Attributes
CBArgv Struct Reference

Argument vector to tokenize them. This is used by the command line parser (CBParseCommandLine). More...

#include <CBArgv.h>

List of all members.

Public Attributes

unsigned int argc
const char ** argv
const char * currentWord
size_t currentLength
unsigned int currentIndex

Detailed Description

Argument vector to tokenize them. This is used by the command line parser (CBParseCommandLine).


Member Data Documentation

unsigned int CBArgv::argc

Count of arguments

const char** CBArgv::argv

Vector of arguments

unsigned int CBArgv::currentIndex

Index of cirrent word

Length of current word

const char* CBArgv::currentWord

Word to be parsed


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