![]() |
The Gaudi Framework
v27r0
|
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. More... | |
| ~DODBasicMapper () override=default | |
| Destructor. More... | |
| Gaudi::Utils::TypeNameString | algorithmForPath (const std::string &path) override |
| std::string | nodeTypeForPath (const std::string &path) override |
Public Member Functions inherited from extends< BASE, Interfaces > | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
| void * | i_cast (const InterfaceID &tid) const override |
| Implementation of IInterface::i_cast. More... | |
| StatusCode | queryInterface (const InterfaceID &ti, void **pp) override |
| Implementation of IInterface::queryInterface. More... | |
| std::vector< std::string > | getInterfaceNames () const override |
| Implementation of IInterface::getInterfaceNames. More... | |
| ~extends () override=default | |
| Virtual destructor. More... | |
Public Member Functions inherited from extend_interfaces< Interfaces...> | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
| ~extend_interfaces () override=default | |
| Virtual destructor. More... | |
Private Attributes | |
| GaudiUtils::HashMap< std::string, Gaudi::Utils::TypeNameString > | m_algMap |
| GaudiUtils::HashMap< std::string, std::string > | m_nodeMap |
Additional Inherited Members | |
Public Types inherited from extends< BASE, Interfaces > | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
| using | base_class = extends |
| Typedef to this class. More... | |
| using | extend_interfaces_base = extend_interfaces< Interfaces...> |
| Typedef to the base of this class. More... | |
Public Types inherited from extend_interfaces< Interfaces...> | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
| using | ext_iids = typename Gaudi::interface_list_cat< typename Interfaces::ext_iids...>::type |
| take union of the ext_iids of all Interfaces... More... | |
Default implementation of a DataOnDemand mapper.
Definition at line 19 of file DODBasicMapper.h.
| DODBasicMapper::DODBasicMapper | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent | ||
| ) |
Standard constructor.
Definition at line 36 of file DODBasicMapper.cpp.
|
overridedefault |
Destructor.
|
override |
Definition at line 46 of file DODBasicMapper.cpp.
|
override |
Definition at line 53 of file DODBasicMapper.cpp.
|
private |
Definition at line 32 of file DODBasicMapper.h.
|
private |
Definition at line 33 of file DODBasicMapper.h.