symbolic
Public Types | Public Member Functions | List of all members
symbolic::AStar< NodeT, Compare >::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 Compare &compare)
 
 iterator (const Compare &compare, const NodeT &root, size_t max_depth)
 
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: