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< const Type * > Struct Template Reference

#include <Type.h>

List of all members.

Public Types

typedef const Type NodeType
typedef Type::subtype_iterator ChildIteratorType

Static Public Member Functions

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


Detailed Description

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

Definition at line 449 of file Type.h.


Member Typedef Documentation

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

Definition at line 451 of file Type.h.

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

Definition at line 450 of file Type.h.


Member Function Documentation

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

Definition at line 454 of file Type.h.

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

Definition at line 457 of file Type.h.

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

Definition at line 453 of file Type.h.


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