LLVM API Documentation

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


Member Typedef Documentation

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

Definition at line 423 of file Type.h.

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

Definition at line 424 of file Type.h.


Member Function Documentation

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

Definition at line 426 of file Type.h.

References T.

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

Definition at line 427 of file Type.h.

References llvm::Type::subtype_begin().

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

Definition at line 430 of file Type.h.

References llvm::Type::subtype_end().


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