ArgParser::RefType Class Reference

#include <lemon/arg_parser.h>

List of all members.


Detailed Description

This is the type of the return value of ArgParser::operator[](). It automatically converts to int, double, bool or std::string if the type of the option matches, which is checked with an assertion (i.e. it performs runtime type checking).

Public Member Functions

 RefType (const ArgParser &p, const std::string &n)
 
 operator bool ()
 
 operator std::string ()
 
 operator double ()
 
 operator int ()
 

The documentation for this class was generated from the following file:

Generated on Fri Jan 23 18:14:59 2009 for LEMON by  doxygen 1.5.6