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
CondFormats
Common
src
FileBlobCollection.cc
Go to the documentation of this file.
1
#include "
CondFormats/Common/interface/FileBlobCollection.h
"
2
3
void
FileBlobCollection::addFileBlob
(
FileBlob
&fileBlob) {
fileBlobs
.push_back(fileBlob); }
4
5
int
FileBlobCollection::size
()
const
{
return
fileBlobs
.size(); }
6
7
std::vector<FileBlob>::const_iterator
FileBlobCollection::begin
()
const
{
return
fileBlobs
.begin(); }
8
9
std::vector<FileBlob>::const_iterator
FileBlobCollection::end
()
const
{
return
fileBlobs
.end(); }
10
11
bool
FileBlobCollection::mergeProduct
(
FileBlobCollection
const
&
other
) {
12
fileBlobs
.insert(
fileBlobs
.end(),
other
.fileBlobs.begin(),
other
.fileBlobs.end());
13
return
true
;
14
}
15
16
void
FileBlobCollection::swap
(
FileBlobCollection
&iOther) {
fileBlobs
.swap(iOther.
fileBlobs
); }
FileBlobCollection.h
FileBlobCollection::fileBlobs
std::vector< FileBlob > fileBlobs
Definition:
FileBlobCollection.h:29
FileBlobCollection
Definition:
FileBlobCollection.h:17
trackingPlots.other
other
Definition:
trackingPlots.py:1460
FileBlobCollection::begin
std::vector< FileBlob >::const_iterator begin() const
Definition:
FileBlobCollection.cc:7
FileBlobCollection::swap
void swap(FileBlobCollection &iOther)
Definition:
FileBlobCollection.cc:16
FileBlobCollection::end
std::vector< FileBlob >::const_iterator end() const
Definition:
FileBlobCollection.cc:9
FileBlobCollection::mergeProduct
bool mergeProduct(FileBlobCollection const &other)
Definition:
FileBlobCollection.cc:11
FileBlobCollection::size
int size() const
Definition:
FileBlobCollection.cc:5
FileBlob
Definition:
FileBlob.h:11
FileBlobCollection::addFileBlob
void addFileBlob(FileBlob &fileBlob)
Definition:
FileBlobCollection.cc:3
Generated for CMSSW Reference Manual by
1.8.16