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