ATLAS Offline Software
Database
APR
APRTests
PersistencySvc_NoClassID
MyTestClass.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef MYTESTCLASSES_H
6
#define MYTESTCLASSES_H
7
8
class
MyTestClass
{
9
public
:
10
MyTestClass
():
data
( 0 ) {}
11
virtual
~MyTestClass
() {}
12
int
data
;
13
};
14
15
#endif
MyTestClass::MyTestClass
MyTestClass()
Definition:
MyTestClass.h:10
MyTestClass::~MyTestClass
virtual ~MyTestClass()
Definition:
MyTestClass.h:11
MyTestClass::data
int data
Definition:
MyTestClass.h:12
MyTestClass
Definition:
MyTestClass.h:8
Generated on Tue Dec 24 2024 21:15:40 for ATLAS Offline Software by
1.8.18