CMS 3D CMS Logo

List of all members | Public Member Functions
MapMakeName Class Reference

#include <DDLMap.h>

Public Member Functions

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

Detailed Description

Definition at line 35 of file DDLMap.h.

Constructor & Destructor Documentation

MapMakeName::MapMakeName ( )
inline

Definition at line 37 of file DDLMap.h.

37 { };
MapMakeName::~MapMakeName ( )
inline

Definition at line 38 of file DDLMap.h.

References end, and harvestTrackValidationPlots::str.

38 { };

Member Function Documentation

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

Definition at line 53 of file DDLMap.cc.

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

54 {
55  std::shared_ptr<DDLMap> myDDLMap = std::static_pointer_cast<DDLMap>(DDLGlobalRegistry::instance().getElement("Map"));
56  myDDLMap->do_makeName(str, end);
57 }
static value_type & instance()
void do_makeName(char const *str, char const *end)
Definition: DDLMap.cc:136
#define end
Definition: vmac.h:37
DDLMap handles Map container.
Definition: DDLMap.h:63