The Gaudi Framework
master (37c0b60a)
|
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/AnyDataWrapper.h>
Public Member Functions | |
AnyDataWrapper (T &&data) | |
AnyDataWrapper (AnyDataWrapper &&)=delete | |
AnyDataWrapper (AnyDataWrapper const &)=delete | |
AnyDataWrapper & | operator= (AnyDataWrapper &&)=delete |
AnyDataWrapper & | operator= (AnyDataWrapper const &)=delete |
const T & | getData () const |
T & | getData () |
std::optional< std::size_t > | size () const override |
Ptr | payload () const override |
Public Member Functions inherited from DataObject | |
DataObject () | |
Standard Constructor. More... | |
DataObject (const DataObject &rhs) | |
Copy Constructor. More... | |
DataObject & | operator= (const DataObject &rhs) |
Assignment Operator. More... | |
DataObject (DataObject &&rhs) | |
Move Constructor. More... | |
DataObject & | operator= (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 CLID & | clID () const |
Retrieve reference to class definition structure. More... | |
const std::string & | name () 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... | |
IRegistry * | registry () const |
Get pointer to Registry. More... | |
LinkManager * | linkMgr () |
Retrieve Link manager. More... | |
const LinkManager * | linkMgr () 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::ostream & | fillStream (std::ostream &s) const |
Fill the output stream (ASCII) More... | |
Protected Attributes | |
T | m_data |
Additional Inherited Members | |
Static Public Member Functions inherited from DataObject | |
static const CLID & | classID () |
Retrieve reference to class definition structure (static access) More... | |
Definition at line 55 of file AnyDataWrapper.h.
|
inline |
Definition at line 60 of file AnyDataWrapper.h.
|
delete |
|
delete |
|
inline |
Definition at line 67 of file AnyDataWrapper.h.
|
inline |
Definition at line 66 of file AnyDataWrapper.h.
|
delete |
|
delete |
|
inlineoverridevirtual |
|
inlineoverridevirtual |
Implements AnyDataWrapperBase.
Definition at line 69 of file AnyDataWrapper.h.
|
protected |
Definition at line 57 of file AnyDataWrapper.h.