EDM4eic
EIC data model
|
#include <TensorCollection.h>
Public Types | |
using | value_type = Tensor |
using | difference_type = ptrdiff_t |
using | reference = Tensor |
using | pointer = Tensor* |
using | iterator_category = std::input_iterator_tag |
using | iterator_concept = std::random_access_iterator_tag |
Friends | |
TensorCollectionIterator | operator+ (TensorCollectionIterator::difference_type n, const TensorCollectionIterator &it) |
using edm4eic::TensorCollectionIterator::difference_type = ptrdiff_t |
using edm4eic::TensorCollectionIterator::iterator_category = std::input_iterator_tag |
using edm4eic::TensorCollectionIterator::iterator_concept = std::random_access_iterator_tag |
|
inline |
|
default |
|
default |
|
default |
|
default |
TensorCollectionIterator::reference edm4eic::TensorCollectionIterator::operator* | ( | ) | const |
TensorCollectionIterator edm4eic::TensorCollectionIterator::operator+ | ( | difference_type | n | ) | const |
TensorCollectionIterator & edm4eic::TensorCollectionIterator::operator++ | ( | ) |
TensorCollectionIterator edm4eic::TensorCollectionIterator::operator++ | ( | int | ) |
TensorCollectionIterator & edm4eic::TensorCollectionIterator::operator+= | ( | difference_type | n | ) |
TensorCollectionIterator::difference_type edm4eic::TensorCollectionIterator::operator- | ( | const TensorCollectionIterator & | other | ) | const |
TensorCollectionIterator edm4eic::TensorCollectionIterator::operator- | ( | difference_type | n | ) | const |
TensorCollectionIterator & edm4eic::TensorCollectionIterator::operator-- | ( | ) |
TensorCollectionIterator edm4eic::TensorCollectionIterator::operator-- | ( | int | ) |
TensorCollectionIterator & edm4eic::TensorCollectionIterator::operator-= | ( | difference_type | n | ) |
TensorCollectionIterator::pointer edm4eic::TensorCollectionIterator::operator-> | ( | ) |
|
inline |
|
default |
|
default |
|
inline |
TensorCollectionIterator::reference edm4eic::TensorCollectionIterator::operator[] | ( | difference_type | n | ) | const |
|
friend |