ATLAS Offline Software
Loading...
Searching...
No Matches
DataModelTestDataRead/DataModelTestDataRead/versions/AllocTest_v1.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-2022 CERN for the benefit of the ATLAS collaboration
4*/
11
12
13#ifndef DATAMODELTESTDATAREAD_ALLOCTEST_V1_H
14#define DATAMODELTESTDATAREAD_ALLOCTEST_V1_H
15
16
19
20
21namespace DMTest {
22
23
31 : public SG::AuxElement
32{
33public:
34 int atInt1() const;
35 void setAtInt1 (int i);
36 int atInt2() const;
37 void setAtInt2 (int i);
38};
39
40
41} // namespace DMTest
42
43
45
46
47#endif // not DATAMODELTESTDATAREAD_ALLOCTEST_V1_H
Base class for elements of a container that can have aux data.
Provide an interface for finding inheritance information at run time.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Testing an xAOD object with a non-standard memory allocator.
void setAtInt2(int i)
void setAtInt1(int i)
Base class for elements of a container that can have aux data.
Definition AuxElement.h:483
Definition B.h:23