Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
PhysicsEvent::const_iterator< T > Class Template Reference

Template vector<T>::iterator. More...

#include <PhysicsEvent.hh>

Inheritance diagram for PhysicsEvent::const_iterator< T >:

Public Member Functions

 const_iterator ()
 
 const_iterator (const typename std::vector< T >::const_iterator &i)
 
const_iteratoroperator= (const typename std::vector< T >::const_iterator &i)
 

Detailed Description

template<class T>
class PhysicsEvent::const_iterator< T >

Template vector<T>::iterator.

Definition at line 202 of file PhysicsEvent.hh.

Constructor & Destructor Documentation

◆ const_iterator() [1/2]

template<class T >
PhysicsEvent::const_iterator< T >::const_iterator ( )
inline

Definition at line 204 of file PhysicsEvent.hh.

204 :
205 std::vector<T>::const_iterator()
206 {}

◆ const_iterator() [2/2]

template<class T >
PhysicsEvent::const_iterator< T >::const_iterator ( const typename std::vector< T >::const_iterator< T > & i)
inline

Definition at line 208 of file PhysicsEvent.hh.

208 :
209 std::vector<T>::const_iterator(i)
210 {}

Member Function Documentation

◆ operator=()

template<class T >
const_iterator & PhysicsEvent::const_iterator< T >::operator= ( const typename std::vector< T >::const_iterator< T > & i)
inline

Definition at line 212 of file PhysicsEvent.hh.

213 {
214 (typename std::vector<T>::const_iterator&) *this = i;
215 return *this;
216 }

The documentation for this class was generated from the following file: