CommandLineArguments Class Reference
#include <CommandLineArguments.h>
Public Member Functions | |
| CommandLineArguments (int argc, char **argv) | |
| ~CommandLineArguments () | |
| CommandLineArguments (const CommandLineArguments &src) | |
| int | getArgc () const |
| char ** | getArgv () |
Private Member Functions | |
| void | copyArgv (int argc, char **argv) |
| CommandLineArguments & | operator= (const CommandLineArguments &src) |
Private Attributes | |
| int | argc |
| char ** | argv |
Constructor & Destructor Documentation
| CommandLineArguments::CommandLineArguments | ( | int | argc, | |
| char ** | argv | |||
| ) |
Constructor initializing command line arguments with passed values
| CommandLineArguments::~CommandLineArguments | ( | ) |
Destructor
| CommandLineArguments::CommandLineArguments | ( | const CommandLineArguments & | src | ) |
Copy constructor
Member Function Documentation
| void CommandLineArguments::copyArgv | ( | int | argc, | |
| char ** | argv | |||
| ) | [private] |
| int CommandLineArguments::getArgc | ( | ) | const |
Returns the number of arguments
| char ** CommandLineArguments::getArgv | ( | ) |
Returns the pointer to the array of command line arguments
| CommandLineArguments& CommandLineArguments::operator= | ( | const CommandLineArguments & | src | ) | [private] |
Member Data Documentation
int CommandLineArguments::argc [private] |
char** CommandLineArguments::argv [private] |
The documentation for this class was generated from the following files:
- src/inVRs/SystemCore/CommandLineArguments.h
- src/inVRs/SystemCore/CommandLineArguments.cpp
Generated on Wed Oct 20 16:11:55 2010 for inVRs by
1.5.8