CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
MapMakeDouble Class Reference

Public Member Functions

 MapMakeDouble (DDLMap *iMap)
 
void operator() (char const *str, char const *end) const
 

Private Attributes

DDLMapmap_
 

Detailed Description

Definition at line 32 of file DDLMap.cc.

Constructor & Destructor Documentation

◆ MapMakeDouble()

MapMakeDouble::MapMakeDouble ( DDLMap iMap)
inline

Definition at line 34 of file DDLMap.cc.

34 : map_{iMap} {};

Member Function Documentation

◆ operator()()

void MapMakeDouble::operator() ( char const *  str,
char const *  end 
) const

Definition at line 86 of file DDLMap.cc.

86 { map_->do_makeDouble(str, end); }

References DDLMap::do_makeDouble(), mps_fire::end, map_, and str.

Member Data Documentation

◆ map_

DDLMap* MapMakeDouble::map_
private

Definition at line 38 of file DDLMap.cc.

Referenced by operator()().

DDLMap::do_makeDouble
void do_makeDouble(char const *str, char const *end)
Definition: DDLMap.cc:142
mps_fire.end
end
Definition: mps_fire.py:242
str
#define str(s)
Definition: TestProcessor.cc:52
MapMakeDouble::map_
DDLMap * map_
Definition: DDLMap.cc:38