SUMO - Simulation of Urban MObility
OptionsCont::abbreviation_finder Class Reference

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

Collaboration diagram for OptionsCont::abbreviation_finder:
Collaboration graph

Public Member Functions

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

Detailed Description

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

Definition at line 758 of file OptionsCont.h.

Constructor & Destructor Documentation

OptionsCont::abbreviation_finder::abbreviation_finder ( )
inlineexplicit

constructor

Definition at line 761 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 768 of file OptionsCont.h.

References OptionsCont::operator=(), and OptionsCont::OptionsCont().


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