Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Control
xAODRootAccess
xAODRootAccess
tools
TDestructor.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: TDestructor.h 599851 2014-06-02 12:32:51Z krasznaa $
8
#ifndef XAODROOTACCESS_TOOLS_TDESTRUCTOR_H
9
#define XAODROOTACCESS_TOOLS_TDESTRUCTOR_H
10
11
namespace
xAOD
{
12
25
class
TVirtualDestructor
{
26
27
public
:
29
virtual
~TVirtualDestructor
() {}
30
32
virtual
void
destruct
(
void
*
ptr
)
const
= 0;
33
34
};
// class TVirtualDestructor
35
46
template
<
class
T >
47
class
TDestructor
:
public
TVirtualDestructor
{
48
49
public
:
51
virtual
void
destruct
(
void
*
ptr
)
const
;
52
53
};
// class TDestructor
54
55
}
// namespace xAOD
56
57
// Include the code's implementation:
58
#include "
TDestructor.icc
"
59
60
#endif // XAODROOTACCESS_TOOLS_TDESTRUCTOR_H
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::TDestructor
Implementation of the destructor base class for a given type.
Definition:
TDestructor.h:47
dbg::ptr
void * ptr(T *p)
Definition:
SGImplSvc.cxx:74
TDestructor.icc
xAOD::TVirtualDestructor::destruct
virtual void destruct(void *ptr) const =0
Function that deletes an object of a given type from memory.
xAOD::TVirtualDestructor::~TVirtualDestructor
virtual ~TVirtualDestructor()
Virtual destructor (just realising the pun...), to make vtable happy.
Definition:
TDestructor.h:29
xAOD::TVirtualDestructor
Base class for the templated destructor types.
Definition:
TDestructor.h:25
xAOD::TDestructor::destruct
virtual void destruct(void *ptr) const
Function that deletes an object of this type from memory.
Generated on Sun Mar 30 2025 21:19:37 for ATLAS Offline Software by
1.8.18