![]() |
ATLAS Offline Software
|
Simple class with four int's divided among protected/private for testing pool i/o from Athena. More...
#include <AthenaPoolTestC.h>
Public Member Functions | |
| AthenaPoolTestC () | |
| AthenaPoolTestC (int a, int b, int c, int d) | |
| virtual | ~AthenaPoolTestC (void) |
| virtual std::string | printWhoYouAre (void) const |
Protected Attributes | |
| int | m_a |
| int | m_b |
Private Attributes | |
| int | m_c |
| int | m_d |
Simple class with four int's divided among protected/private for testing pool i/o from Athena.
Definition at line 39 of file AthenaPoolTestC.h.
| AthenaPoolTestC::AthenaPoolTestC | ( | ) |
| AthenaPoolTestC::AthenaPoolTestC | ( | int | a, |
| int | b, | ||
| int | c, | ||
| int | d ) |
Definition at line 42 of file AthenaPoolTestC.cxx.
|
virtual |
Definition at line 51 of file AthenaPoolTestC.cxx.
|
virtual |
Implements IAthenaPoolTestData.
Reimplemented in AthenaPoolTestD.
Definition at line 56 of file AthenaPoolTestC.cxx.
|
protected |
Definition at line 49 of file AthenaPoolTestC.h.
|
protected |
Definition at line 50 of file AthenaPoolTestC.h.
|
private |
Definition at line 53 of file AthenaPoolTestC.h.
|
private |
Definition at line 54 of file AthenaPoolTestC.h.