This is bi-directional iterator through the timeline. More...
#include <timeline.h>

Public Member Functions | |
| iterator () | |
| iterator (Event *e) | |
| bool | operator!= (const iterator &x) const |
| Event & | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| Event * | operator-> () 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 Event & | operator* () const |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| const Event * | operator-> () const |
| bool | operator== (const const_iterator &x) const |
Additional Inherited Members | |
Protected Attributes inherited from frepple::utils::TimeLine< type >::const_iterator | |
| const Event * | cur |
This is bi-directional iterator through the timeline.
Definition at line 210 of file timeline.h.
|
inline |
Definition at line 213 of file timeline.h.
|
inline |
Definition at line 214 of file timeline.h.
|
inline |
Definition at line 222 of file timeline.h.
|
inline |
Definition at line 215 of file timeline.h.
|
inline |
Definition at line 217 of file timeline.h.
|
inline |
Definition at line 218 of file timeline.h.
|
inline |
Definition at line 219 of file timeline.h.
|
inline |
Definition at line 220 of file timeline.h.
|
inline |
Definition at line 216 of file timeline.h.
|
inline |
Definition at line 221 of file timeline.h.