|
EDEpReader
|
Iterator for traversing the tree. More...
#include <EDEPTree.h>
Public Types | |
| typedef 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 iterator &it) |
| bool | operator!= (const iterator &it) |
| iterator & | operator++ () |
| Prefix increment operator for the iterator class. | |
| iterator | operator++ (int) |
Friends | |
| class | EDEPTree |
Iterator for traversing the tree.
| EDEPTree::iterator & EDEPTree::iterator::operator++ | ( | ) |
Prefix increment operator for the iterator class.
Increments the iterator to the next trajectory in the tree.