frepple::utils::TimeLine< type >::iterator Class Reference
This is bi-directional iterator through the timeline. More...
#include <timeline.h>

Public Member Functions | |
| iterator (Event *e) | |
| iterator () | |
| bool | operator!= (const iterator &x) const |
| Event & | operator* () const |
| iterator | operator++ (int) |
| iterator & | operator++ () |
| iterator | operator-- (int) |
| iterator & | operator-- () |
| Event * | operator-> () const |
| bool | operator== (const iterator &x) const |
Detailed Description
template<class type>
class frepple::utils::TimeLine< type >::iterator
This is bi-directional iterator through the timeline.
Definition at line 223 of file timeline.h.
Constructor & Destructor Documentation
| frepple::utils::TimeLine< type >::iterator::iterator | ( | ) | [inline] |
Definition at line 226 of file timeline.h.
| frepple::utils::TimeLine< type >::iterator::iterator | ( | Event * | e | ) | [inline] |
Definition at line 227 of file timeline.h.
Member Function Documentation
| bool frepple::utils::TimeLine< type >::iterator::operator!= | ( | const iterator & | x | ) | const [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 235 of file timeline.h.
| Event& frepple::utils::TimeLine< type >::iterator::operator* | ( | ) | const [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 228 of file timeline.h.
| iterator frepple::utils::TimeLine< type >::iterator::operator++ | ( | int | ) | [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 231 of file timeline.h.
| iterator& frepple::utils::TimeLine< type >::iterator::operator++ | ( | ) | [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 230 of file timeline.h.
| iterator frepple::utils::TimeLine< type >::iterator::operator-- | ( | int | ) | [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 233 of file timeline.h.
| iterator& frepple::utils::TimeLine< type >::iterator::operator-- | ( | ) | [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 232 of file timeline.h.
| Event* frepple::utils::TimeLine< type >::iterator::operator-> | ( | ) | const [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 229 of file timeline.h.
| bool frepple::utils::TimeLine< type >::iterator::operator== | ( | const iterator & | x | ) | const [inline] |
Reimplemented from frepple::utils::TimeLine< type >::const_iterator.
Definition at line 234 of file timeline.h.
The documentation for this class was generated from the following file:
Documentation generated for frePPLe by
