optionmm Namespace Reference


Classes

class  basic_command_line
 Command line parser. More...

class  basic_option
 Command line option class. More...

struct  default_error_handler
 The default error handler for the command line. More...

class  option_base
 Base class for options. More...

struct  option_trait
 Trait to help do conversions. More...

struct  option_trait< std::string >

Typedefs

typedef basic_option< int,
true, true > 
int_option
typedef basic_option< float,
true, true > 
float_option
typedef basic_option< bool,
false, false > 
bool_option
typedef basic_option< std::string,
true, true > 
string_option
typedef basic_command_line command_line


Typedef Documentation

typedef basic_option<bool,false,false> optionmm::bool_option
 

Explit specialisatation as a typedef.

Definition at line 427 of file command_line.hh.

typedef basic_command_line optionmm::command_line
 

Explicit specialisation as a typedef.

Definition at line 433 of file command_line.hh.

typedef basic_option<float,true,true> optionmm::float_option
 

Explit specialisatation as a typedef.

Definition at line 424 of file command_line.hh.

typedef basic_option<int,true,true> optionmm::int_option
 

Explit specialisatation as a typedef.

Definition at line 421 of file command_line.hh.

typedef basic_option<std::string,true,true> optionmm::string_option
 

Explit specialisatation as a typedef.

Definition at line 430 of file command_line.hh.

Top of page Last update Tue Jan 13 19:10:35 2004
Christian Holm
Created by DoxyGen 1.3.4