CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 37 of file DDLMap.h.

Constructor & Destructor Documentation

MapMakeDouble::MapMakeDouble ( )
inline

Definition at line 39 of file DDLMap.h.

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

Definition at line 40 of file DDLMap.h.

40 { };

Member Function Documentation

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

Definition at line 69 of file DDLMap.cc.

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

70 {
71  DDLMap* myDDLMap = dynamic_cast < DDLMap* > (DDLGlobalRegistry::instance().getElement("Map"));
72  myDDLMap->do_makeDouble(str, end);
73 }
static value_type & instance()
#define end
Definition: vmac.h:38
DDLMap handles Map container.
Definition: DDLMap.h:58
void do_makeDouble(char const *str, char const *end)
Definition: DDLMap.cc:155