LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
llvm::GraphTraits< GraphType > Struct Template Reference

#include <GraphTraits.h>

Inheritance diagram for llvm::GraphTraits< GraphType >:
Inheritance graph
[legend]

Public Types

typedef
GraphType::UnknownGraphTypeError 
NodeType
 

Detailed Description

template<class GraphType>
struct llvm::GraphTraits< GraphType >

DominatorTree GraphTraits specialization so the DominatorTree can be iterable by generic graph iterators.

Definition at line 27 of file GraphTraits.h.

Member Typedef Documentation

template<class GraphType>
typedef GraphType::UnknownGraphTypeError llvm::GraphTraits< GraphType >::NodeType

Definition at line 60 of file GraphTraits.h.


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