This class provides an example data object for AthenaPool.
More...
#include <ExampleClass.h>
This class provides an example data object for AthenaPool.
Definition at line 19 of file ExampleClass.h.
◆ ExampleClass()
| ExampleClass::ExampleClass |
( |
| ) |
|
|
default |
◆ ~ExampleClass()
| virtual ExampleClass::~ExampleClass |
( |
| ) |
|
|
virtualdefault |
◆ getEvent()
| int ExampleClass::getEvent |
( |
| ) |
const |
|
inline |
◆ getRun()
| int ExampleClass::getRun |
( |
| ) |
const |
|
inline |
◆ getText()
| const std::string& ExampleClass::getText |
( |
| ) |
const |
|
inline |
◆ setEvent()
| void ExampleClass::setEvent |
( |
int |
event | ) |
|
|
inline |
◆ setRun()
| void ExampleClass::setRun |
( |
int |
run | ) |
|
|
inline |
◆ setText()
| void ExampleClass::setText |
( |
const std::string & |
text | ) |
|
|
inline |
◆ m_event
| int ExampleClass::m_event {0} |
|
private |
◆ m_run
| int ExampleClass::m_run {0} |
|
private |
◆ m_text
| std::string ExampleClass::m_text |
|
private |
The documentation for this class was generated from the following file: