EDEpReader
Loading...
Searching...
No Matches
EDEPTree::iterator Class Reference

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_typepointer
 
typedef value_typereference
 

Public Member Functions

reference operator* ()
 
pointer operator-> ()
 
bool operator== (const iterator &it)
 
bool operator!= (const iterator &it)
 
iteratoroperator++ ()
 Prefix increment operator for the iterator class.
 
iterator operator++ (int)
 

Friends

class EDEPTree
 

Detailed Description

Iterator for traversing the tree.

Member Function Documentation

◆ operator++()

EDEPTree::iterator & EDEPTree::iterator::operator++ ( )

Prefix increment operator for the iterator class.

Increments the iterator to the next trajectory in the tree.

Returns
Reference to the updated iterator.

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