CMS 3D CMS Logo

Public Member Functions

MapMakeName Class Reference

#include <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 30 of file DDLMap.h.


Constructor & Destructor Documentation

MapMakeName::MapMakeName ( ) [inline]

Definition at line 32 of file DDLMap.h.

{ };
MapMakeName::~MapMakeName ( ) [inline]

Definition at line 33 of file DDLMap.h.

{ };

Member Function Documentation

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

Definition at line 62 of file DDLMap.cc.

References DDLMap::do_makeName(), and DDI::Singleton< I >::instance().

{
  DDLMap* myDDLMap = dynamic_cast < DDLMap* > (DDLGlobalRegistry::instance().getElement("Map"));
  myDDLMap->do_makeName(str, end);
}