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

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

#include <timeline.h>

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

List of all members.

Public Member Functions

 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

Protected Attributes

const Eventcur

Detailed Description

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

This is bi-directional iterator through the timeline.

Definition at line 189 of file timeline.h.


Constructor & Destructor Documentation

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

Definition at line 194 of file timeline.h.

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

Definition at line 195 of file timeline.h.

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

Definition at line 196 of file timeline.h.


Member Function Documentation

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

Definition at line 206 of file timeline.h.

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

Reimplemented in frepple::utils::TimeLine< type >::iterator.

Definition at line 197 of file timeline.h.

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

Reimplemented in frepple::utils::TimeLine< type >::iterator.

Definition at line 199 of file timeline.h.

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

Reimplemented in frepple::utils::TimeLine< type >::iterator.

Definition at line 200 of file timeline.h.

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

Reimplemented in frepple::utils::TimeLine< type >::iterator.

Definition at line 202 of file timeline.h.

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

Reimplemented in frepple::utils::TimeLine< type >::iterator.

Definition at line 203 of file timeline.h.

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

Reimplemented in frepple::utils::TimeLine< type >::iterator.

Definition at line 198 of file timeline.h.

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

Definition at line 205 of file timeline.h.


Member Data Documentation

template<class type>
const Event* frepple::utils::TimeLine< type >::const_iterator::cur
protected

Definition at line 192 of file timeline.h.


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