|
Gaudi Framework, version v23r2 |
| Home | Generated: Thu Jun 28 2012 |
Interface for a tool or service that returns a list of leaves (paths) in a transient store. More...
#include <IDataStoreLeaves.h>


Public Types | |
| typedef std::vector< DataObject * > | LeavesList |
| Returned type. | |
Public Member Functions | |
| DeclareInterfaceID (IDataStoreLeaves, 1, 0) | |
| InterfaceID. | |
| virtual const LeavesList & | leaves () const =0 |
| Return the list of leaves. | |
Interface for a tool or service that returns a list of leaves (paths) in a transient store.
Definition at line 15 of file IDataStoreLeaves.h.
Returned type.
Definition at line 22 of file IDataStoreLeaves.h.
| IDataStoreLeaves::DeclareInterfaceID | ( | IDataStoreLeaves | , |
| 1 | , | ||
| 0 | |||
| ) |
| virtual const LeavesList& IDataStoreLeaves::leaves | ( | ) | const [pure virtual] |
Return the list of leaves.