Go to the documentation of this file.
19 #ifndef __XRD_CL_ANY_OBJECT_HH__
20 #define __XRD_CL_ANY_OBJECT_HH__
59 template <
class Type>
void Set( Type
object,
bool own =
true )
78 template <
class Type>
void Get( Type &
object )
104 virtual void Delete() = 0;
105 virtual void *
Get() = 0;
136 #endif // __XRD_CL_ANY_OBJECT_HH__