ATLAS Offline Software
|
#include <HiveDataObj.h>
Public Types | |
typedef std::true_type | thread_safe |
Public Member Functions | |
HiveDataObj () | |
HiveDataObj (int i) | |
virtual | ~HiveDataObj ()=default |
void | val (int i) |
int | val () const |
Private Attributes | |
int | m_val |
Definition at line 14 of file HiveDataObj.h.
typedef std::true_type HiveDataObj::thread_safe |
Definition at line 25 of file HiveDataObj.h.
|
inline |
Definition at line 18 of file HiveDataObj.h.
|
inline |
Definition at line 19 of file HiveDataObj.h.
|
virtualdefault |
|
inline |
Definition at line 23 of file HiveDataObj.h.
|
inline |
Definition at line 22 of file HiveDataObj.h.
|
private |
Definition at line 28 of file HiveDataObj.h.