|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Default implementation of a DataOnDemand mapper. More...
#include <IncidentSvc/DODBasicMapper.h>


Public Member Functions | |
| DODBasicMapper (const std::string &type, const std::string &name, const IInterface *parent) | |
| Standard constructor. | |
| virtual | ~DODBasicMapper () |
| Destructor. | |
| virtual Gaudi::Utils::TypeNameString | algorithmForPath (const std::string &path) |
| virtual std::string | nodeTypeForPath (const std::string &path) |
Private Types | |
| typedef GaudiUtils::HashMap < std::string, Gaudi::Utils::TypeNameString > | AlgMap |
| typedef GaudiUtils::HashMap < std::string, std::string > | NodeMap |
Private Attributes | |
| AlgMap | m_algMap |
| NodeMap | m_nodeMap |
Default implementation of a DataOnDemand mapper.
Definition at line 19 of file DODBasicMapper.h.
typedef GaudiUtils::HashMap<std::string, Gaudi::Utils::TypeNameString> DODBasicMapper::AlgMap [private] |
Definition at line 33 of file DODBasicMapper.h.
typedef GaudiUtils::HashMap<std::string, std::string> DODBasicMapper::NodeMap [private] |
Definition at line 34 of file DODBasicMapper.h.
| DODBasicMapper::DODBasicMapper | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Standard constructor.
Definition at line 38 of file DODBasicMapper.cpp.
: base_class(type, name, parent) { declareProperty("Nodes", m_nodeMap, "Map of the type of nodes to be associated to paths (path -> data_type)."); declareProperty("Algorithms", m_algMap, "Map of algorithms to be used to produce entries (path -> alg_name)."); }
| DODBasicMapper::~DODBasicMapper | ( | ) | [virtual] |
| Gaudi::Utils::TypeNameString DODBasicMapper::algorithmForPath | ( | const std::string & | path ) | [virtual] |
Definition at line 53 of file DODBasicMapper.cpp.
| std::string DODBasicMapper::nodeTypeForPath | ( | const std::string & | path ) | [virtual] |
Definition at line 60 of file DODBasicMapper.cpp.
AlgMap DODBasicMapper::m_algMap [private] |
Definition at line 36 of file DODBasicMapper.h.
NodeMap DODBasicMapper::m_nodeMap [private] |
Definition at line 37 of file DODBasicMapper.h.