EDM4eic
EIC data model
|
#include <TensorCollection.h>
Public Member Functions | |
TensorCollectionIterator (size_t index, const TensorObjPointerContainer *collection) | |
TensorCollectionIterator (const TensorCollectionIterator &)=delete | |
TensorCollectionIterator & | operator= (const TensorCollectionIterator &)=delete |
bool | operator!= (const TensorCollectionIterator &x) const |
bool | operator== (const TensorCollectionIterator &x) const |
Tensor | operator* () |
Tensor * | operator-> () |
TensorCollectionIterator & | operator++ () |
|
inline |
|
delete |
|
inline |
Tensor edm4eic::TensorCollectionIterator::operator* | ( | ) |
TensorCollectionIterator & edm4eic::TensorCollectionIterator::operator++ | ( | ) |
Tensor * edm4eic::TensorCollectionIterator::operator-> | ( | ) |
|
delete |
|
inline |