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
DetectorDescription
AGDD
AGDDControl
AGDDControl
XMLHandlerStore.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef XMLHandlerStore_H
6
#define XMLHandlerStore_H
7
8
class
XMLHandler
;
9
class
AGDDController
;
10
11
#include <map>
12
#include <string>
13
14
#include <xercesc/dom/DOM.hpp>
15
16
//using namespace xercesc;
17
18
typedef
std::map<std::string,XMLHandler*,std::less<std::string> >
handlerStore
;
19
20
class
XMLHandlerStore
:
public
handlerStore
{
21
public
:
22
XMLHandlerStore
();
23
void
RegisterHandler
(
XMLHandler
*);
24
XMLHandler
*
GetHandler
(
const
std::string&
name
);
25
XMLHandler
*
GetHandler
(xercesc::DOMNode *);
26
void
Handle
(
AGDDController
&
c
, xercesc::DOMNode *);
27
};
28
29
#endif
XMLHandlerStore
Definition:
XMLHandlerStore.h:20
AGDDController
Definition:
AGDDController.h:30
XMLHandlerStore::GetHandler
XMLHandler * GetHandler(const std::string &name)
Definition:
XMLHandlerStore.cxx:36
XMLHandlerStore::XMLHandlerStore
XMLHandlerStore()
Definition:
XMLHandlerStore.cxx:12
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
handlerStore
std::map< std::string, XMLHandler *, std::less< std::string > > handlerStore
Definition:
XMLHandlerStore.h:9
XMLHandler
Definition:
XMLHandler.h:15
XMLHandlerStore::RegisterHandler
void RegisterHandler(XMLHandler *)
Definition:
XMLHandlerStore.cxx:16
XMLHandlerStore::GetHandler
XMLHandler * GetHandler(xercesc::DOMNode *)
python.compressB64.c
def c
Definition:
compressB64.py:93
XMLHandlerStore::Handle
void Handle(AGDDController &c, xercesc::DOMNode *)
Definition:
XMLHandlerStore.cxx:25
Generated on Thu Mar 13 2025 21:22:41 for ATLAS Offline Software by
1.8.18