The Gaudi Framework
v29r0 (ff2e7097)
|
Namespace for basic object handling within container classes. More...
Functions | |
bool | access (const ContainedObject *from, ContainedObject **to) |
bool | access (const DataObject *from, DataObject **to) |
template<class TO , class FROM > | |
TO * | reference (FROM *from) |
Namespace for basic object handling within container classes.
bool Objects::access | ( | const ContainedObject * | from, |
ContainedObject ** | to | ||
) |
Definition at line 55 of file KeyedObject.cpp.
bool Objects::access | ( | const DataObject * | from, |
DataObject ** | to | ||
) |
Definition at line 28 of file KeyedObject.cpp.
TO* Objects::reference | ( | FROM * | from | ) |
Definition at line 21 of file KeyedObject.cpp.