|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Interface of tools used by the DataOnDemandSvc to choose the type of node to be created at a path. More...
#include <IDODNodeMapper.h>


Public Member Functions | |
| DeclareInterfaceID (IDODNodeMapper, 1, 0) | |
| InterfaceID. | |
| virtual std::string | nodeTypeForPath (const std::string &path)=0 |
| For the given path, returns a the type name of the object to be created at the path. | |
Interface of tools used by the DataOnDemandSvc to choose the type of node to be created at a path.
Definition at line 17 of file IDODNodeMapper.h.
| IDODNodeMapper::DeclareInterfaceID | ( | IDODNodeMapper | , |
| 1 | , | ||
| 0 | |||
| ) |
| virtual std::string IDODNodeMapper::nodeTypeForPath | ( | const std::string & | path ) | [pure virtual] |
For the given path, returns a the type name of the object to be created at the path.