LLVM  8.0.1
Public Attributes | List of all members
llvm::bf_iterator_storage< SetType > Class Template Reference

#include "llvm/ADT/BreadthFirstIterator.h"

Inheritance diagram for llvm::bf_iterator_storage< SetType >:
Inheritance graph
[legend]
Collaboration diagram for llvm::bf_iterator_storage< SetType >:
Collaboration graph
[legend]

Public Attributes

SetType Visited
 

Detailed Description

template<class SetType>
class llvm::bf_iterator_storage< SetType >

Definition at line 34 of file BreadthFirstIterator.h.

Member Data Documentation

◆ Visited

template<class SetType >
SetType llvm::bf_iterator_storage< SetType >::Visited

Definition at line 36 of file BreadthFirstIterator.h.


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