SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OptionsCont::abbreviation_finder Class Reference

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

Public Member Functions

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

Detailed Description

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

Definition at line 712 of file OptionsCont.h.

Constructor & Destructor Documentation

OptionsCont::abbreviation_finder::abbreviation_finder ( )
inlineexplicit

constructor

Definition at line 715 of file OptionsCont.h.

Member Function Documentation

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

The comparing function.

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

Definition at line 722 of file OptionsCont.h.


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