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
Event
EventContainers
EventContainers
deleter.h
Go to the documentation of this file.
1
#ifndef EVENTCONTAINERS_DELETER_H
2
//#define EVENTCONTAINERS_DELETER_H
3
4
#if 0
5
struct
deleter
6
{
7
void
operator()
(
const
void
*
p
);
8
};
9
#endif
10
11
12
typedef
void
deleter_f
(
const
void
*
p
);
13
14
class
void_unique_ptr
15
:
public
std::unique_ptr<const void, deleter_f*>
16
{
17
public
:
18
using
std::unique_ptr<const void, deleter_f*>::unique_ptr;
19
20
template
<
class
T>
21
struct
Deleter
22
{
23
static
void
deleter
(
const
void
*
p
)
24
{
25
delete
reinterpret_cast<
const
T
*
>
(
p
);
26
}
27
};
28
29
template
<
class
T>
30
void_unique_ptr
(std::unique_ptr<T>
p
)
31
: std::unique_ptr<
const
void,
deleter_f
*> (
p
.
release
(),
32
Deleter
<
T
>::deleter)
33
{
34
}
35
};
36
37
#endif
void_unique_ptr::Deleter::deleter
static void deleter(const void *p)
Definition:
deleter.h:23
const
bool const RAWDATA *ch2 const
Definition:
LArRodBlockPhysicsV0.cxx:560
void_unique_ptr::Deleter
Definition:
deleter.h:22
void_unique_ptr::void_unique_ptr
void_unique_ptr(std::unique_ptr< T > p)
Definition:
deleter.h:30
python.utils.AtlRunQueryDQUtils.p
p
Definition:
AtlRunQueryDQUtils.py:210
deleter_f
void deleter_f(const void *p)
Definition:
deleter.h:12
python.EventInfoMgtInit.release
release
Definition:
EventInfoMgtInit.py:24
columnar::operator()
decltype(auto) operator()(ObjectId< OT, CM > id) const noexcept
Definition:
ColumnAccessor.h:175
void_unique_ptr
Definition:
deleter.h:16
TSU::T
unsigned long long T
Definition:
L1TopoDataTypes.h:35
Generated on Thu Apr 17 2025 21:09:40 for ATLAS Offline Software by
1.8.18