The Gaudi Framework
v30r3 (a5ef0a68)
|
Public Member Functions | |
MyObject (int d) | |
MyObject (const MyObject &o) | |
~MyObject () | |
int | getData () |
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 () const |
Retrieve Link manager. More... | |
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... | |
Static Public Member Functions | |
static void | dump () |
Static Public Member Functions inherited from DataObject | |
static const CLID & | classID () |
Retrieve reference to class definition structure (static access) More... | |
Private Attributes | |
int | m_data |
Static Private Attributes | |
static atomic< int > | c_instances |
static atomic< int > | d_instances |
Definition at line 11 of file HiveTestAlgorithm.cpp.
|
inline |
Definition at line 18 of file HiveTestAlgorithm.cpp.
|
inline |
Definition at line 19 of file HiveTestAlgorithm.cpp.
|
inline |
Definition at line 20 of file HiveTestAlgorithm.cpp.
|
inlinestatic |
Definition at line 22 of file HiveTestAlgorithm.cpp.
|
inline |
Definition at line 21 of file HiveTestAlgorithm.cpp.
|
staticprivate |
Definition at line 14 of file HiveTestAlgorithm.cpp.
|
staticprivate |
Definition at line 15 of file HiveTestAlgorithm.cpp.
|
private |
Definition at line 13 of file HiveTestAlgorithm.cpp.