The Gaudi Framework  master (594c33fa)
AnyDataWrapperBase Struct Referenceabstract

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/AnyDataWrapper.h>

Inheritance diagram for AnyDataWrapperBase:
Collaboration diagram for AnyDataWrapperBase:

Classes

class  Ptr
 

Public Member Functions

virtual std::optional< std::size_tsize () const =0
 
virtual Ptr payload () const =0
 
- Public Member Functions inherited from DataObject
 DataObject ()
 Standard Constructor. More...
 
 DataObject (const DataObject &rhs)
 Copy Constructor. More...
 
DataObjectoperator= (const DataObject &rhs)
 Assignment Operator. More...
 
 DataObject (DataObject &&rhs)
 Move Constructor. More...
 
DataObjectoperator= (DataObject &&rhs)
 Move Assignment Operator. More...
 
virtual ~DataObject ()
 Standard Destructor. More...
 
virtual unsigned long addRef ()
 Add reference to object. More...
 
virtual unsigned long release ()
 release reference to object More...
 
virtual const CLIDclID () const
 Retrieve reference to class definition structure. More...
 
const std::stringname () const
 Retreive DataObject name. It is the name when registered in the store. More...
 
virtual StatusCode update ()
 Provide empty placeholder for internal object reconfiguration callback. More...
 
void setRegistry (IRegistry *pRegistry)
 Set pointer to Registry. More...
 
IRegistryregistry () const
 Get pointer to Registry. More...
 
LinkManagerlinkMgr ()
 Retrieve Link manager. More...
 
const LinkManagerlinkMgr () const
 
unsigned char version () const
 Retrieve version number of this object representation. More...
 
void setVersion (unsigned char vsn)
 Set version number of this object representation. More...
 
unsigned long refCount () const
 Return the refcount. More...
 
virtual std::ostreamfillStream (std::ostream &s) const
 Fill the output stream (ASCII) More...
 

Additional Inherited Members

- Static Public Member Functions inherited from DataObject
static const CLIDclassID ()
 Retrieve reference to class definition structure (static access) More...
 

Detailed Description

Definition at line 30 of file AnyDataWrapper.h.

Member Function Documentation

◆ payload()

virtual Ptr AnyDataWrapperBase::payload ( ) const
pure virtual

Implemented in AnyDataWrapper< T >.

◆ size()

virtual std::optional<std::size_t> AnyDataWrapperBase::size ( ) const
pure virtual

Implemented in AnyDataWrapper< T >.


The documentation for this struct was generated from the following file: