CMS 3D CMS Logo

List of all members | Public Member Functions
MapMakeDouble Class Reference

#include <DDLMap.h>

Public Member Functions

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

Detailed Description

Definition at line 42 of file DDLMap.h.

Constructor & Destructor Documentation

MapMakeDouble::MapMakeDouble ( )
inline

Definition at line 44 of file DDLMap.h.

44 { };
MapMakeDouble::~MapMakeDouble ( )
inline

Definition at line 45 of file DDLMap.h.

References end, and harvestTrackValidationPlots::str.

45 { };

Member Function Documentation

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

Definition at line 60 of file DDLMap.cc.

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

61 {
62  std::shared_ptr<DDLMap> myDDLMap = std::static_pointer_cast<DDLMap>(DDLGlobalRegistry::instance().getElement("Map"));
63  myDDLMap->do_makeDouble(str, end);
64 }
static value_type & instance()
#define end
Definition: vmac.h:37
DDLMap handles Map container.
Definition: DDLMap.h:63
void do_makeDouble(char const *str, char const *end)
Definition: DDLMap.cc:142