ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
AtlasTest
DatabaseTest
AthenaPoolTestData
AthenaPoolTestData
AthenaPoolTestB.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
15
/***************************************************************************
16
Athena Pool Test Data package
17
-----------------------------------------
18
***************************************************************************/
19
20
//<doc><file> $Id: AthenaPoolTestB.h,v 1.3 2005-01-07 20:33:29 cranshaw Exp $
21
//<version> $Name: not supported by cvs2svn $
22
23
#ifndef ATHENAPOOLTESTDATA_ATHENAPOOLTESTB_H
24
# define ATHENAPOOLTESTDATA_ATHENAPOOLTESTB_H
25
26
//<<<<<< INCLUDES >>>>>>
27
28
#include "
AthenaPoolTestData/IAthenaPoolTestData.h
"
29
#include <string>
30
31
//<<<<<< PUBLIC DEFINES >>>>>>
32
//<<<<<< PUBLIC CONSTANTS >>>>>>
33
//<<<<<< PUBLIC TYPES >>>>>>
34
//<<<<<< PUBLIC VARIABLES >>>>>>
35
//<<<<<< PUBLIC FUNCTIONS >>>>>>
36
//<<<<<< CLASS DECLARATIONS >>>>>>
37
38
class
AthenaPoolTestB
:
public
IAthenaPoolTestData
39
{
40
public
:
41
AthenaPoolTestB
();
42
AthenaPoolTestB
(
int
c,
int
d);
43
44
virtual
~AthenaPoolTestB
(
void
);
45
virtual
std::string
printWhoYouAre
(
void
)
const
;
46
47
private
:
48
float
m_fa
;
49
int
m_c
;
50
double
m_da
;
51
int
m_d
;
52
};
53
54
55
//<<<<<< INLINE PUBLIC FUNCTIONS >>>>>>
56
//<<<<<< INLINE MEMBER FUNCTIONS >>>>>>
57
58
#endif
// ATHENAPOOLTESTDATA_ATHENAPOOLTESTB_H
IAthenaPoolTestData.h
Class definition for IAthenaPoolTestData.
AthenaPoolTestB::~AthenaPoolTestB
virtual ~AthenaPoolTestB(void)
Definition
AthenaPoolTestB.cxx:49
AthenaPoolTestB::m_d
int m_d
Definition
AthenaPoolTestB.h:51
AthenaPoolTestB::m_fa
float m_fa
Definition
AthenaPoolTestB.h:48
AthenaPoolTestB::m_c
int m_c
Definition
AthenaPoolTestB.h:49
AthenaPoolTestB::AthenaPoolTestB
AthenaPoolTestB()
Definition
AthenaPoolTestB.cxx:33
AthenaPoolTestB::m_da
double m_da
Definition
AthenaPoolTestB.h:50
AthenaPoolTestB::printWhoYouAre
virtual std::string printWhoYouAre(void) const
Definition
AthenaPoolTestB.cxx:53
IAthenaPoolTestData
Interface class for AthenaPoolTest i/o tests.
Definition
IAthenaPoolTestData.h:38
Generated on
for ATLAS Offline Software by
1.17.0