g4tools
5.4.0
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
u
w
z
Enumerations
Enumerator
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
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
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
k
l
m
n
o
p
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
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
v
w
x
z
Functions
_
d
g
i
m
p
s
t
v
Typedefs
_
a
c
d
e
g
m
p
s
t
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
g4tools
tools
rroot
object
Go to the documentation of this file.
1
// Copyright (C) 2010, Guy Barrand. All rights reserved.
2
// See the file tools.license for terms.
3
4
#ifndef tools_rroot_Object
5
#define tools_rroot_Object
6
7
#include "
buffer
"
8
9
namespace
tools
{
10
namespace
rroot {
11
12
inline
bool
Object_stream
(
buffer
& a_buffer,
uint32
& a_id,
uint32
& a_bits) {
13
short
v;
14
if
(!a_buffer.
read_version
(v))
return
false
;
15
if
(!a_buffer.
read
(a_id))
return
false
;
16
if
(!a_buffer.
read
(a_bits))
return
false
;
17
return
true
;
18
}
19
20
}}
21
22
#endif
tools::rroot::Object_stream
bool Object_stream(buffer &a_buffer, uint32 &a_id, uint32 &a_bits)
Definition:
object:12
buffer
tools::rroot::buffer::read_version
bool read_version(short &a_version)
Definition:
buffer:503
tools
inlined C code : ///////////////////////////////////
Definition:
aida_ntuple:26
tools::rroot::buffer
Definition:
buffer:43
tools::rroot::rbuf::read
bool read(unsigned char &a_x)
Definition:
rbuf:146
tools::uint32
unsigned int uint32
Definition:
typedefs:71
Generated by
1.8.20