| 
    Cobalt Framework
    beta
    
   Console application support 
   | 
  
  
  
 
Argument vector to tokenize them. This is used by the command line parser (CBParseCommandLine). More...
#include <CBArgv.h>
Public Attributes | |
| unsigned int | argc | 
| const char ** | argv | 
| const char * | currentWord | 
| size_t | currentLength | 
| unsigned int | currentIndex | 
Argument vector to tokenize them. This is used by the command line parser (CBParseCommandLine).
| unsigned int CBArgv::argc | 
Count of arguments
| const char** CBArgv::argv | 
Vector of arguments
| unsigned int CBArgv::currentIndex | 
Index of cirrent word
| size_t CBArgv::currentLength | 
Length of current word
| const char* CBArgv::currentWord | 
Word to be parsed
 1.7.5.1