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