LLVM 20.0.0git
|
#include "llvm/ADT/BreadthFirstIterator.h"
Public Types | |
using | iterator_category = std::forward_iterator_tag |
using | value_type = typename GT::NodeRef |
using | difference_type = std::ptrdiff_t |
using | pointer = value_type * |
using | reference = const value_type & |
Public Member Functions | |
bool | operator== (const bf_iterator &RHS) const |
bool | operator!= (const bf_iterator &RHS) const |
reference | operator* () const |
NodeRef | operator-> () const |
bf_iterator & | operator++ () |
bf_iterator | operator++ (int) |
unsigned | getLevel () const |
Static Public Member Functions | |
static bf_iterator | begin (const GraphT &G) |
static bf_iterator | end (const GraphT &G) |
Additional Inherited Members | |
Public Attributes inherited from llvm::bf_iterator_storage< SetType > | |
SetType | Visited |
Definition at line 47 of file BreadthFirstIterator.h.
using llvm::bf_iterator< GraphT, SetType, GT >::difference_type = std::ptrdiff_t |
Definition at line 51 of file BreadthFirstIterator.h.
using llvm::bf_iterator< GraphT, SetType, GT >::iterator_category = std::forward_iterator_tag |
Definition at line 49 of file BreadthFirstIterator.h.
using llvm::bf_iterator< GraphT, SetType, GT >::pointer = value_type * |
Definition at line 52 of file BreadthFirstIterator.h.
using llvm::bf_iterator< GraphT, SetType, GT >::reference = const value_type & |
Definition at line 53 of file BreadthFirstIterator.h.
using llvm::bf_iterator< GraphT, SetType, GT >::value_type = typename GT::NodeRef |
Definition at line 50 of file BreadthFirstIterator.h.
|
inlinestatic |
Definition at line 114 of file BreadthFirstIterator.h.
References G.
Referenced by llvm::bf_begin().
|
inlinestatic |
Definition at line 118 of file BreadthFirstIterator.h.
Referenced by llvm::bf_end().
|
inline |
Definition at line 144 of file BreadthFirstIterator.h.
|
inline |
Definition at line 124 of file BreadthFirstIterator.h.
References RHS.
|
inline |
Definition at line 126 of file BreadthFirstIterator.h.
|
inline |
Definition at line 133 of file BreadthFirstIterator.h.
|
inline |
Definition at line 138 of file BreadthFirstIterator.h.
|
inline |
Definition at line 131 of file BreadthFirstIterator.h.
|
inline |
Definition at line 120 of file BreadthFirstIterator.h.
References RHS.