Configuration::Option Class Reference

Description of a command line option. More...

#include <configuration.h>

List of all members.

Public Member Functions

 Option (const std::string &_shortOption, const std::string &_longOption, bool _hasParameter, const std::string &_description)

Public Attributes

std::string shortOption
 Short name of option (one letter).
std::string longOption
 Long name of option.
bool hasParameter
 True if option needs a value.
std::string description
 Descriptive string for help.


Detailed Description

Description of a command line option.

Definition at line 54 of file configuration.h.


Constructor & Destructor Documentation

Configuration::Option::Option const std::string &  _shortOption,
const std::string &  _longOption,
bool  _hasParameter,
const std::string &  _description
[inline]
 

Definition at line 57 of file configuration.h.


Member Data Documentation

std::string Configuration::Option::description
 

Descriptive string for help.

Definition at line 73 of file configuration.h.

bool Configuration::Option::hasParameter
 

True if option needs a value.

Definition at line 71 of file configuration.h.

std::string Configuration::Option::longOption
 

Long name of option.

Definition at line 69 of file configuration.h.

std::string Configuration::Option::shortOption
 

Short name of option (one letter).

Definition at line 67 of file configuration.h.


The documentation for this class was generated from the following file:
Generated on Mon Jan 22 23:24:18 2007 for cdmm by  doxygen 1.4.6