LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::df_iterator_storage< SetType, External > Class Template Reference

#include <DepthFirstIterator.h>

Inheritance diagram for llvm::df_iterator_storage< SetType, External >:
Inheritance graph
[legend]
Collaboration diagram for llvm::df_iterator_storage< SetType, External >:
Collaboration graph
[legend]

Public Attributes

SetType Visited
 

Detailed Description

template<class SetType, bool External>
class llvm::df_iterator_storage< SetType, External >

Definition at line 47 of file DepthFirstIterator.h.

Member Data Documentation

template<class SetType, bool External>
SetType llvm::df_iterator_storage< SetType, External >::Visited

Definition at line 49 of file DepthFirstIterator.h.


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