frepple::utils::TimeLine< type >::iterator Class Reference

This is bi-directional iterator through the timeline. More...

#include <timeline.h>

Inheritance diagram for frepple::utils::TimeLine< type >::iterator:

Public Member Functions

 iterator ()
 
 iterator (Event *e)
 
bool operator!= (const iterator &x) const
 
Eventoperator* () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
iteratoroperator-- ()
 
iterator operator-- (int)
 
Eventoperator-> () const
 
bool operator== (const iterator &x) const
 
- Public Member Functions inherited from frepple::utils::TimeLine< type >::const_iterator
 const_iterator ()
 
 const_iterator (const Event *e)
 
 const_iterator (const iterator &c)
 
bool operator!= (const const_iterator &x) const
 
const Eventoperator* () const
 
const_iteratoroperator++ ()
 
const_iterator operator++ (int)
 
const_iteratoroperator-- ()
 
const_iterator operator-- (int)
 
const Eventoperator-> () const
 
bool operator== (const const_iterator &x) const
 

Additional Inherited Members

- Protected Attributes inherited from frepple::utils::TimeLine< type >::const_iterator
const Eventcur
 

Detailed Description

template<class type>
class frepple::utils::TimeLine< type >::iterator

This is bi-directional iterator through the timeline.

Definition at line 210 of file timeline.h.

Constructor & Destructor Documentation

template<class type>
frepple::utils::TimeLine< type >::iterator::iterator ( )
inline

Definition at line 213 of file timeline.h.

template<class type>
frepple::utils::TimeLine< type >::iterator::iterator ( Event e)
inline

Definition at line 214 of file timeline.h.

Member Function Documentation

template<class type>
bool frepple::utils::TimeLine< type >::iterator::operator!= ( const iterator x) const
inline

Definition at line 222 of file timeline.h.

template<class type>
Event& frepple::utils::TimeLine< type >::iterator::operator* ( ) const
inline

Definition at line 215 of file timeline.h.

template<class type>
iterator& frepple::utils::TimeLine< type >::iterator::operator++ ( )
inline

Definition at line 217 of file timeline.h.

template<class type>
iterator frepple::utils::TimeLine< type >::iterator::operator++ ( int  )
inline

Definition at line 218 of file timeline.h.

template<class type>
iterator& frepple::utils::TimeLine< type >::iterator::operator-- ( )
inline

Definition at line 219 of file timeline.h.

template<class type>
iterator frepple::utils::TimeLine< type >::iterator::operator-- ( int  )
inline

Definition at line 220 of file timeline.h.

template<class type>
Event* frepple::utils::TimeLine< type >::iterator::operator-> ( ) const
inline

Definition at line 216 of file timeline.h.

template<class type>
bool frepple::utils::TimeLine< type >::iterator::operator== ( const iterator x) const
inline

Definition at line 221 of file timeline.h.


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