ATLAS Offline Software
Control
DataModelTest
DataModelTestDataCommon
DataModelTestDataCommon
S3.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
/*
3
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
4
*/
5
/*
6
*/
7
// $Id$
16
#ifndef DATAMODELTESTDATACOMMON_S3_H
17
#define DATAMODELTESTDATACOMMON_S3_H
18
19
20
#include "
AthenaKernel/CLASS_DEF.h
"
21
22
23
namespace
DMTest
{
24
25
26
class
S3
27
{
28
public
:
29
S3
(
int
x
= 0) :
m_x
(
x
) {}
30
virtual
~S3
() {}
31
int
m_x
;
32
};
33
34
35
}
// namespace DMTest
36
37
38
CLASS_DEF
(
DMTest::S3
, 131160325, 0)
39
40
41
#endif // not DATAMODELTESTDATACOMMON_S3_H
DMTest::S3::~S3
virtual ~S3()
Definition:
S3.h:30
DMTest::S3
Definition:
S3.h:27
x
#define x
DMTest::S3::m_x
int m_x
Definition:
S3.h:31
DMTest::S3::S3
S3(int x=0)
Definition:
S3.h:29
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type
DMTest
Definition:
B.h:23
Generated on Thu Nov 7 2024 21:25:14 for ATLAS Offline Software by
1.8.18