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
AthLinks
AthLinks
DeclareIndexingPolicy.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: DeclareIndexingPolicy.h 723806 2016-02-13 16:18:51Z ssnyder $
8
#ifndef ATHLINKS_DECLAREINDEXINGPOLICY_H
9
# define ATHLINKS_DECLAREINDEXINGPOLICY_H
10
19
#include "
AthLinks/tools/DefaultIndexingPolicy.h
"
20
#include "
AthLinks/tools/ForwardIndexingPolicy.h
"
21
#include "
AthLinks/tools/MapIndexingPolicy.h
"
22
#include "
AthLinks/tools/SetIndexingPolicy.h
"
23
#include "
AthLinks/tools/IdentContIndexingPolicy.h
"
24
30
#define CONTAINER_INDEXING_POLICY(CONTAINER, POLICY) \
31
template <> \
32
struct DefaultIndexingPolicy < CONTAINER > { \
33
typedef POLICY< CONTAINER > type; \
34
};
35
39
#define CONTAINER_IS_SEQUENCE(CONTAINER) \
40
CONTAINER_INDEXING_POLICY(CONTAINER, SG::ForwardIndexingPolicy)
41
45
#define CONTAINER_IS_MAP(CONTAINER) \
46
CONTAINER_INDEXING_POLICY(CONTAINER, SG::MapIndexingPolicy)
47
51
#define CONTAINER_IS_SET(CONTAINER) \
52
CONTAINER_INDEXING_POLICY(CONTAINER, SG::SetIndexingPolicy)
53
57
#define CONTAINER_IS_IDENTCONT( CONTAINER ) \
58
CONTAINER_INDEXING_POLICY( CONTAINER, SG::IdentContIndexingPolicy )
59
60
#endif // ATHLINKS_DECLAREINDEXINGPOLICY_H
SetIndexingPolicy.h
Indexing policy for a set-like container.
IdentContIndexingPolicy.h
Indexing policy for an IdentifiableContainer.
ForwardIndexingPolicy.h
Indexing policy for a vector-like container.
DefaultIndexingPolicy.h
MapIndexingPolicy.h
Indexing policy for a map-like container.
Generated on Fri Mar 14 2025 21:09:33 for ATLAS Offline Software by
1.8.18