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
Database
APR
RootStorageSvc
src
RootCallEnv.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
//====================================================================
6
//
7
// Package : RootStorageSvc (The POOL project)
8
//
9
// Author : M.Frank
10
//====================================================================
11
#ifndef POOL_ROOTDB_ROOTCALLENV_H
12
#define POOL_ROOTDB_ROOTCALLENV_H
13
14
#include "
RootDataPtr.h
"
15
class
TBuffer;
16
17
/*
18
* POOL namespace
19
*/
20
namespace
pool
{
21
class
DbTypeInfo;
22
26
class
RootCallEnv
{
27
28
protected
:
29
RootDataPtr
m_object
;
30
const
DbTypeInfo
*
m_objType
;
31
32
public
:
33
RootCallEnv
(
const
RootDataPtr
&
object
,
const
DbTypeInfo
*typ );
34
~RootCallEnv
() { }
35
void
read
(TBuffer&
buff
);
36
void
write
(TBuffer&
buff
);
37
};
38
}
39
40
#endif // POOL_ROOTDB_ROOTCALLENV_H
get_hdefs.buff
buff
Definition:
get_hdefs.py:61
pool::RootCallEnv::m_object
RootDataPtr m_object
Definition:
RootCallEnv.h:29
pool
pool namespace
Definition:
libname.h:15
pool::RootCallEnv
Helper structure to access context from streamer.
Definition:
RootCallEnv.h:26
pool::RootDataPtr
Definition:
RootDataPtr.h:33
pool::RootCallEnv::~RootCallEnv
~RootCallEnv()
Definition:
RootCallEnv.h:34
RootDataPtr.h
pool::RootCallEnv::RootCallEnv
RootCallEnv(const RootDataPtr &object, const DbTypeInfo *typ)
pool::RootCallEnv::m_objType
const DbTypeInfo * m_objType
Definition:
RootCallEnv.h:30
pool::RootCallEnv::read
void read(TBuffer &buff)
pool::DbTypeInfo
Definition:
DbTypeInfo.h:47
pool::RootCallEnv::write
void write(TBuffer &buff)
Generated on Wed Apr 2 2025 21:17:33 for ATLAS Offline Software by
1.8.18