|
EDEpReader
|
Const iterator for traversing the tree. More...
#include <EDEPTree.h>
Public Types | |
| typedef const EDEPTrajectory | value_type |
| typedef std::forward_iterator_tag | iterator_category |
| typedef ptrdiff_t | difference_type |
| typedef value_type * | pointer |
| typedef value_type & | reference |
Public Member Functions | |
| reference | operator* () |
| pointer | operator-> () |
| bool | operator== (const const_iterator &it) |
| bool | operator!= (const const_iterator &it) |
| const_iterator & | operator++ () |
| Prefix increment operator for the const_iterator class. | |
| const_iterator | operator++ (int) |
Friends | |
| class | EDEPTree |
Const iterator for traversing the tree.
| EDEPTree::const_iterator & EDEPTree::const_iterator::operator++ | ( | ) |
Prefix increment operator for the const_iterator class.
Increments the const_iterator to the next trajectory in the tree.