Jpp  18.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
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

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

Definition at line 204 of file PhysicsEvent.hh.

204  :
206  {}
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.

Member Function Documentation

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: