Args::Argument Struct Reference

Holds the informations of a single argument. More...

List of all members.

Public Member Functions

 Argument ()
 An empty constructor.
 Argument (const string &name, const string &description, const int numOptions=0, const string &options="")
 The real constructor.

Public Attributes

string name
 The name of the argument.
string description
 The description of the argument.
int numOptions
 The number of options that follow the argument.
string options
 The names list of the options that will be printed with the argument, when help is requested.


Detailed Description

Holds the informations of a single argument.

Date:
28/11/2005

Definition at line 260 of file Args.h.


Constructor & Destructor Documentation

Argument  )  [inline]
 

An empty constructor.

Needed for the operations with vectors.

Date:
28/11/2005

Definition at line 266 of file Args.h.

Argument const string &  name,
const string &  description,
const int  numOptions = 0,
const string &  options = ""
[inline]
 

The real constructor.

Parameters:
name The name of the argument.
description The description of the argument.
numOptions The number of options that follow the argument.
options The names list of the options that will be printed with the argument, when help is requested.
See also:
declareArgument(const string&, const string&, const int, const string&)
Date:
28/11/2005

Definition at line 278 of file Args.h.


The documentation for this struct was generated from the following file:
Generated on Mon Nov 28 21:43:48 2005 for MultiBoost by  doxygen 1.4.5