ATLAS Offline Software
Loading...
Searching...
No Matches
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$
14
15
16#ifndef DATAMODELTESTDATACOMMON_S3_H
17#define DATAMODELTESTDATACOMMON_S3_H
18
19
21
22
23namespace DMTest {
24
25
26class S3
27{
28public:
29 S3 (int x = 0) : m_x (x) {}
30 virtual ~S3() {}
31 int m_x;
32};
33
34
35} // namespace DMTest
36
37
38CLASS_DEF (DMTest::S3, 131160325, 0)
39
40
41#endif // not DATAMODELTESTDATACOMMON_S3_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
#define x
virtual ~S3()
Definition S3.h:30
S3(int x=0)
Definition S3.h:29
int m_x
Definition S3.h:31
Definition B.h:23