symbolic
Public Types | Public Member Functions | List of all members
symbolic::BreadthFirstSearch< NodeT >::iterator Class Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = std::vector< NodeT >
 
using difference_type = ptrdiff_t
 
using pointer = const value_type *
 
using reference = const value_type &
 

Public Member Functions

 iterator (const BreadthFirstSearch< NodeT > *bfs)
 
iteratoroperator++ ()
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
reference operator* () const
 

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