ARGParser::Entry Struct Reference

#include <ARGParser.h>

List of all members.

Public Member Functions

 Entry (ARGParserBoolI *destBoolArg=0, ARGParserIntI *destIntArg=0, ARGParserStringI *destStringArg=0, char **destCArg=0, int *destIArg=0, bool *destBArg=0, char *helpArg="")

Public Attributes

ARGParserBoolIdestBool
ARGParserIntIdestInt
ARGParserStringIdestString
char ** destC
int * destI
bool * destB
std::string help


Detailed Description

Definition at line 75 of file ARGParser.h.


Constructor & Destructor Documentation

ARGParser::Entry::Entry ( ARGParserBoolI destBoolArg = 0,
ARGParserIntI destIntArg = 0,
ARGParserStringI destStringArg = 0,
char **  destCArg = 0,
int *  destIArg = 0,
bool *  destBArg = 0,
char *  helpArg = "" 
)

Definition at line 34 of file ARGParser.cpp.


Member Data Documentation

ARGParserBoolI* ARGParser::Entry::destBool

Definition at line 85 of file ARGParser.h.

Referenced by ARGParser::parseArg().

ARGParserIntI* ARGParser::Entry::destInt

Definition at line 86 of file ARGParser.h.

Referenced by ARGParser::parseArg().

ARGParserStringI* ARGParser::Entry::destString

Definition at line 87 of file ARGParser.h.

Referenced by ARGParser::parseArg().

char** ARGParser::Entry::destC

Definition at line 88 of file ARGParser.h.

Referenced by ARGParser::parseArg().

int* ARGParser::Entry::destI

Definition at line 89 of file ARGParser.h.

Referenced by ARGParser::parseArg().

bool* ARGParser::Entry::destB

Definition at line 90 of file ARGParser.h.

Referenced by ARGParser::parseArg().

std::string ARGParser::Entry::help

Definition at line 91 of file ARGParser.h.


The documentation for this struct was generated from the following files:
Generated on Mon Feb 16 15:15:00 2009 for Scorched3D by  doxygen 1.5.3