CMS 3D CMS Logo

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

Public Member Functions

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

Private Attributes

DDLMapmap_
 

Detailed Description

Definition at line 22 of file DDLMap.cc.

Constructor & Destructor Documentation

MapMakeName::MapMakeName ( DDLMap iMap)
inline

Definition at line 24 of file DDLMap.cc.

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

24 :map_{iMap} { };
DDLMap * map_
Definition: DDLMap.cc:27

Member Function Documentation

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

Definition at line 96 of file DDLMap.cc.

97 {
99 }
DDLMap * map_
Definition: DDLMap.cc:27
void do_makeName(char const *str, char const *end)
Definition: DDLMap.cc:177
#define end
Definition: vmac.h:39
#define str(s)

Member Data Documentation

DDLMap* MapMakeName::map_
private

Definition at line 27 of file DDLMap.cc.