symbolic
symbolic
BreadthFirstSearch
iterator
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)
iterator
&
operator++
()
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:
/home/runner/work/symbolic/symbolic/include/symbolic/planning/
breadth_first_search.h
Generated by
1.8.17