LLVM API Documentation

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 409 of file Type.h.


Member Typedef Documentation

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

Definition at line 410 of file Type.h.

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

Definition at line 411 of file Type.h.


Member Function Documentation

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

Definition at line 413 of file Type.h.

References T.

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

Definition at line 414 of file Type.h.

References llvm::Type::subtype_begin().

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

Definition at line 417 of file Type.h.

References llvm::Type::subtype_end().


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