Main Page
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
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
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
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
_
a
d
e
f
l
m
o
p
s
t
u
v
Related 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
Package Documentation
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Utilities
StorageFactory
interface
IOInput.h
Go to the documentation of this file.
1
#ifndef STORAGE_FACTORY_IO_INPUT_H
2
#define STORAGE_FACTORY_IO_INPUT_H
3
4
#include "
Utilities/StorageFactory/interface/IOBuffer.h
"
5
7
class
IOInput
{
8
public
:
9
virtual
~IOInput
(
void
);
10
// implicit constructor
11
// implicit copy constructor
12
// implicit assignment operator
13
14
int
read
(
void
);
15
IOSize
read
(
IOBuffer
into);
16
virtual
IOSize
read
(
void
*into,
IOSize
n
) = 0;
17
virtual
IOSize
readv
(
IOBuffer
*into,
IOSize
buffers);
18
19
IOSize
xread
(
IOBuffer
into);
20
IOSize
xread
(
void
*into,
IOSize
n
);
21
IOSize
xreadv
(
IOBuffer
*into,
IOSize
buffers);
22
};
23
24
#endif // STORAGE_FACTORY_IO_INPUT_H
dqmiodumpmetadata.n
n
Definition:
dqmiodumpmetadata.py:28
IOInput::~IOInput
virtual ~IOInput(void)
Destruct the stream. A no-op.
Definition:
IOInput.cc:6
IOInput::readv
virtual IOSize readv(IOBuffer *into, IOSize buffers)
Definition:
IOInput.cc:111
IOBuffer.h
IOInput::xread
IOSize xread(IOBuffer into)
Definition:
IOInput.cc:155
IOInput::xreadv
IOSize xreadv(IOBuffer *into, IOSize buffers)
Definition:
IOInput.cc:214
IOBuffer
Definition:
IOBuffer.h:7
IOInput
Definition:
IOInput.h:7
IOInput::read
int read(void)
Definition:
IOInput.cc:52
IOSize
size_t IOSize
Definition:
IOTypes.h:14
Generated for CMSSW Reference Manual by
1.8.16