#include <DDLMap.h>
Public Member Functions | |
MapPair () | |
void | operator() (char const *str, char const *end) const |
~MapPair () |
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); }