OptionsCont::abbreviation_finder Class Reference


Detailed Description

A class to find abbreviated option names (length=1).

Definition at line 664 of file OptionsCont.h.


Public Member Functions

 abbreviation_finder ()
bool operator() (const std::string &s)
 The comparing function.

Constructor & Destructor Documentation

OptionsCont::abbreviation_finder::abbreviation_finder (  )  [inline, explicit]

constructor

Definition at line 667 of file OptionsCont.h.

00667 { }


Member Function Documentation

bool OptionsCont::abbreviation_finder::operator() ( const std::string &  s  )  [inline]

The comparing function.

Parameters:
[in] The option name
Returns:
Whether the length of the option name is 1

Definition at line 674 of file OptionsCont.h.

00674                                             {
00675             return s.length()==1;
00676         }


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

Generated on Wed May 5 00:06:57 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6