CMS 3D CMS Logo

Public Member Functions

MapPair Class Reference

#include <DDLMap.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 23 of file DDLMap.h.


Constructor & Destructor Documentation

MapPair::MapPair ( ) [inline]

Definition at line 25 of file DDLMap.h.

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

Definition at line 26 of file DDLMap.h.

{ };

Member Function Documentation

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

Definition at line 55 of file DDLMap.cc.

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

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