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 |
( |
| ) |
|
|
inline |
◆ ~ExampleClass()
virtual ExampleClass::~ExampleClass |
( |
| ) |
|
|
inlinevirtual |
◆ 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 |
|
private |
◆ m_run
◆ m_text
std::string ExampleClass::m_text |
|
private |
The documentation for this class was generated from the following file: