EICd
EIC data model
|
#include <ProtoClusterCollection.h>
Public Types | |
using | const_iterator = ProtoClusterCollectionIterator |
using | iterator = ProtoClusterMutableCollectionIterator |
Public Member Functions | |
ProtoClusterCollection () | |
ProtoClusterCollection (const ProtoClusterCollection &)=delete | |
ProtoClusterCollection & | operator= (const ProtoClusterCollection &)=delete |
ProtoClusterCollection (ProtoClusterCollection &&)=default | |
ProtoClusterCollection & | operator= (ProtoClusterCollection &&)=default |
~ProtoClusterCollection () | |
void | clear () final |
ProtoClusterCollection * | operator-> () |
operator to allow pointer like calling of members a la LCIO More... | |
MutableProtoCluster | create () |
Append a new object to the collection, and return this object. More... | |
template<typename... Args> | |
MutableProtoCluster | create (Args &&... args) |
size_t | size () const final |
number of elements in the collection More... | |
std::string | getTypeName () const final |
fully qualified type name More... | |
std::string | getValueTypeName () const final |
fully qualified type name of elements - with namespace More... | |
std::string | getDataTypeName () const final |
fully qualified type name of stored POD elements - with namespace More... | |
bool | isSubsetCollection () const final |
void | setSubsetCollection (bool setSubset=true) final |
ProtoCluster | operator[] (unsigned int index) const |
Returns the const object of given index. More... | |
MutableProtoCluster | operator[] (unsigned int index) |
Returns the object of a given index. More... | |
ProtoCluster | at (unsigned int index) const |
Returns the const object of given index. More... | |
MutableProtoCluster | at (unsigned int index) |
Returns the object of given index. More... | |
void | push_back (ProtoCluster object) |
Append object to the collection. More... | |
void | prepareForWrite () const final |
void | prepareAfterRead () final |
bool | setReferences (const podio::ICollectionProvider *collectionProvider) final |
podio::CollectionBuffers | getBuffers () final |
Get the collection buffers for this collection. More... | |
void | setID (unsigned ID) final |
unsigned | getID () const final |
bool | isValid () const final |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
Friends | |
class | ProtoClusterCollectionData |
A Collection is identified by an ID.
eicd::ProtoClusterCollection::ProtoClusterCollection | ( | ) |
|
delete |
|
default |
eicd::ProtoClusterCollection::~ProtoClusterCollection | ( | ) |
MutableProtoCluster eicd::ProtoClusterCollection::at | ( | unsigned int | index | ) |
Returns the object of given index.
ProtoCluster eicd::ProtoClusterCollection::at | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
inline |
|
inline |
|
final |
MutableProtoCluster eicd::ProtoClusterCollection::create | ( | ) |
Append a new object to the collection, and return this object.
MutableProtoCluster eicd::ProtoClusterCollection::create | ( | Args &&... | args | ) |
Append a new object to the collection, and return this object. Initialized with the parameters given
|
inline |
|
inline |
|
final |
Get the collection buffers for this collection.
|
inlinefinal |
fully qualified type name of stored POD elements - with namespace
|
inlinefinal |
|
inlinefinal |
fully qualified type name
|
inlinefinal |
fully qualified type name of elements - with namespace
|
inlinefinal |
|
inlinefinal |
|
inline |
operator to allow pointer like calling of members a la LCIO
|
delete |
|
default |
MutableProtoCluster eicd::ProtoClusterCollection::operator[] | ( | unsigned int | index | ) |
Returns the object of a given index.
ProtoCluster eicd::ProtoClusterCollection::operator[] | ( | unsigned int | index | ) | const |
Returns the const object of given index.
|
final |
|
final |
void eicd::ProtoClusterCollection::push_back | ( | ProtoCluster | object | ) |
Append object to the collection.
|
inlinefinal |
|
final |
|
final |
|
final |
number of elements in the collection
|
friend |