ATLAS Offline Software
Loading...
Searching...
No Matches
S2.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// $Id$
12
13
14#ifndef DATAMODELTESTDATACOMMON_S2_H
15#define DATAMODELTESTDATACOMMON_S2_H
16
17
21
22
23namespace DMTest {
24
25
26class S2
27 : public S1
28{
29public:
30 S2 (int x = 0) : S1(x) {}
31};
32
33
34} // namespace DMTest
35
36
37CLASS_DEF (DMTest::S2, 243020042, 0)
39
40
41#endif // not DATAMODELTESTDATACOMMON_S2_H
Provide an interface for finding inheritance information at run time.
#define SG_ADD_BASE(D, B)
Add a new base class B to class D.
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
For symlink tests.
struct TBPatternUnitContext S2
struct TBPatternUnitContext S1
#define x
S1(int x=0)
Definition S1.h:27
S2(int x=0)
Definition S2.h:30
Definition B.h:23