ATLAS Offline Software
|
Helper to read data from a RCUObject
.
More...
#include <RCUObject.h>
Public Member Functions | |
RCURead (const RCUObject< T > &rcuobj) | |
Constructor. More... | |
operator bool () const | |
const T & | operator* () const |
Access data. More... | |
const T * | operator-> () const |
Access data. More... | |
Private Attributes | |
const T * | m_obj |
The data object we're reading. More... | |
Helper to read data from a RCUObject
.
See the header comments for details.
Definition at line 136 of file RCUObject.h.
Athena::RCURead< T >::RCURead | ( | const RCUObject< T > & | rcuobj | ) |
Constructor.
rcuobj | The RCUObject we're reading. |
|
inline |
Definition at line 491 of file RCUObject.h.
const T& Athena::RCURead< T >::operator* | ( | ) | const |
Access data.
const T* Athena::RCURead< T >::operator-> | ( | ) | const |
Access data.
|
private |
The data object we're reading.
Definition at line 508 of file RCUObject.h.