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

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

Public Member Functions

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

Friends

class EDEPTree
 

Detailed Description

Const iterator for traversing the tree.

Member Function Documentation

◆ operator++()

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.

Returns
Reference to the updated const_iterator.

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