LLVM API Documentation

Public Types | Static Public Member Functions
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 444 of file Type.h.


Member Typedef Documentation

Definition at line 446 of file Type.h.

Definition at line 445 of file Type.h.


Member Function Documentation

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

Definition at line 449 of file Type.h.

References llvm::Type::subtype_begin().

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

Definition at line 452 of file Type.h.

References llvm::Type::subtype_end().

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

Definition at line 448 of file Type.h.

References T.


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