![]() |
The Gaudi Framework
master (ff829712)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/AnyDataWrapper.h>
Classes | |
class | Ptr |
Public Member Functions | |
virtual std::optional< std::size_t > | size () const =0 |
virtual Ptr | payload () const =0 |
![]() | |
DataObject () | |
Standard Constructor. | |
DataObject (const DataObject &rhs) | |
Copy Constructor. | |
DataObject & | operator= (const DataObject &rhs) |
Assignment Operator. | |
DataObject (DataObject &&rhs) | |
Move Constructor. | |
DataObject & | operator= (DataObject &&rhs) |
Move Assignment Operator. | |
virtual | ~DataObject () |
Standard Destructor. | |
virtual unsigned long | addRef () |
Add reference to object. | |
virtual unsigned long | release () |
release reference to object | |
virtual const CLID & | clID () const |
Retrieve reference to class definition structure. | |
const std::string & | name () const |
Retreive DataObject name. It is the name when registered in the store. | |
virtual StatusCode | update () |
Provide empty placeholder for internal object reconfiguration callback. | |
void | setRegistry (IRegistry *pRegistry) |
Set pointer to Registry. | |
IRegistry * | registry () const |
Get pointer to Registry. | |
LinkManager * | linkMgr () |
Retrieve Link manager. | |
const LinkManager * | linkMgr () const |
unsigned char | version () const |
Retrieve version number of this object representation. | |
void | setVersion (unsigned char vsn) |
Set version number of this object representation. | |
unsigned long | refCount () const |
Return the refcount. | |
virtual std::ostream & | fillStream (std::ostream &s) const |
Fill the output stream (ASCII) | |
Additional Inherited Members | |
![]() | |
static const CLID & | classID () |
Retrieve reference to class definition structure (static access) | |
Definition at line 30 of file AnyDataWrapper.h.
|
pure virtual |
Implemented in AnyDataWrapper< T >, and AnyDataWrapper< ViewType >.
|
pure virtual |
Implemented in AnyDataWrapper< T >, and AnyDataWrapper< ViewType >.