The Gaudi Framework  master (cc9a61f4)
Loading...
Searching...
No Matches
AnyDataWithViewWrapper< ViewType, OwnedType > Class Template Reference

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

Inheritance diagram for AnyDataWithViewWrapper< ViewType, OwnedType >:
Collaboration diagram for AnyDataWithViewWrapper< ViewType, OwnedType >:

Public Member Functions

 AnyDataWithViewWrapper (OwnedType &&data)
 AnyDataWithViewWrapper (AnyDataWithViewWrapper &&)=delete
 AnyDataWithViewWrapper (AnyDataWithViewWrapper const &)=delete
AnyDataWithViewWrapperoperator= (AnyDataWithViewWrapper &&)=delete
AnyDataWithViewWrapperoperator= (AnyDataWithViewWrapper const &)=delete
Public Member Functions inherited from AnyDataWrapper< ViewType >
 AnyDataWrapper (ViewType &&data)
AnyDataWrapperoperator= (AnyDataWrapper &&)=delete
const ViewType & getData () const
std::optional< std::size_t > size () const override
Ptr payload () const override
Public Member Functions inherited from DataObject
 DataObject ()
 Standard Constructor.
 DataObject (const DataObject &rhs)
 Copy Constructor.
DataObjectoperator= (const DataObject &rhs)
 Assignment Operator.
 DataObject (DataObject &&rhs)
 Move Constructor.
DataObjectoperator= (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 CLIDclID () 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.
IRegistryregistry () const
 Get pointer to Registry.
LinkManagerlinkMgr ()
 Retrieve Link manager.
const LinkManagerlinkMgr () 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).

Private Attributes

OwnedType m_owned

Additional Inherited Members

Static Public Member Functions inherited from DataObject
static const CLIDclassID ()
 Retrieve reference to class definition structure (static access).
Protected Attributes inherited from AnyDataWrapper< ViewType >
ViewType m_data

Detailed Description

template<typename ViewType, typename OwnedType>
class AnyDataWithViewWrapper< ViewType, OwnedType >

Definition at line 78 of file AnyDataWrapper.h.

Constructor & Destructor Documentation

◆ AnyDataWithViewWrapper() [1/3]

template<typename ViewType, typename OwnedType>
AnyDataWithViewWrapper< ViewType, OwnedType >::AnyDataWithViewWrapper ( OwnedType && data)
inline

◆ AnyDataWithViewWrapper() [2/3]

template<typename ViewType, typename OwnedType>
AnyDataWithViewWrapper< ViewType, OwnedType >::AnyDataWithViewWrapper ( AnyDataWithViewWrapper< ViewType, OwnedType > && )
delete

◆ AnyDataWithViewWrapper() [3/3]

template<typename ViewType, typename OwnedType>
AnyDataWithViewWrapper< ViewType, OwnedType >::AnyDataWithViewWrapper ( AnyDataWithViewWrapper< ViewType, OwnedType > const & )
delete

Member Function Documentation

◆ operator=() [1/2]

template<typename ViewType, typename OwnedType>
AnyDataWithViewWrapper & AnyDataWithViewWrapper< ViewType, OwnedType >::operator= ( AnyDataWithViewWrapper< ViewType, OwnedType > && )
delete

◆ operator=() [2/2]

template<typename ViewType, typename OwnedType>
AnyDataWithViewWrapper & AnyDataWithViewWrapper< ViewType, OwnedType >::operator= ( AnyDataWithViewWrapper< ViewType, OwnedType > const & )
delete

Member Data Documentation

◆ m_owned

template<typename ViewType, typename OwnedType>
OwnedType AnyDataWithViewWrapper< ViewType, OwnedType >::m_owned
private

Definition at line 79 of file AnyDataWrapper.h.


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