CMS 3D CMS Logo

MapMakeName Class Reference

#include <DetectorDescription/Parser/src/DDLMap.h>

List of all members.

Public Member Functions

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


Detailed Description

Definition at line 31 of file DDLMap.h.


Constructor & Destructor Documentation

MapMakeName::MapMakeName (  )  [inline]

Definition at line 33 of file DDLMap.h.

00033 { };

MapMakeName::~MapMakeName (  )  [inline]

Definition at line 34 of file DDLMap.h.

00034 { };


Member Function Documentation

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

Definition at line 75 of file DDLMap.cc.

References DDLMap::do_makeName(), DDLElementRegistry::getElement(), and DDLElementRegistry::instance().

00076 {
00077   DDLMap* myDDLMap = dynamic_cast < DDLMap* > (DDLElementRegistry::instance()->getElement("Map"));
00078   myDDLMap->do_makeName(str, end);
00079 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:27:58 2009 for CMSSW by  doxygen 1.5.4