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 30 of file DDLMap.cc.

Constructor & Destructor Documentation

MapMakeDouble::MapMakeDouble ( DDLMap iMap)
inline

Definition at line 32 of file DDLMap.cc.

References end, MapPair::operator()(), and str.

32 : map_{iMap} { };
DDLMap * map_
Definition: DDLMap.cc:35

Member Function Documentation

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

Definition at line 102 of file DDLMap.cc.

103 {
105 }
#define end
Definition: vmac.h:39
DDLMap * map_
Definition: DDLMap.cc:35
void do_makeDouble(char const *str, char const *end)
Definition: DDLMap.cc:183
#define str(s)

Member Data Documentation

DDLMap* MapMakeDouble::map_
private

Definition at line 35 of file DDLMap.cc.