LLVM API Documentation

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

llvm::GraphTraits< Type * > Struct Template Reference

#include <Type.h>

List of all members.

Public Types

typedef Type NodeType
typedef Type::subtype_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Type *T)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)


Detailed Description

template<>
struct llvm::GraphTraits< Type * >

Definition at line 436 of file Type.h.


Member Typedef Documentation

typedef Type::subtype_iterator llvm::GraphTraits< Type * >::ChildIteratorType
 

Definition at line 438 of file Type.h.

typedef Type llvm::GraphTraits< Type * >::NodeType
 

Definition at line 437 of file Type.h.


Member Function Documentation

static ChildIteratorType llvm::GraphTraits< Type * >::child_begin NodeType N  )  [inline, static]
 

Definition at line 441 of file Type.h.

static ChildIteratorType llvm::GraphTraits< Type * >::child_end NodeType N  )  [inline, static]
 

Definition at line 444 of file Type.h.

static NodeType* llvm::GraphTraits< Type * >::getEntryNode Type T  )  [inline, static]
 

Definition at line 440 of file Type.h.


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