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

#include <Interval.h>

List of all members.

Public Types

typedef Interval NodeType
typedef Interval::succ_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Interval *I)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)


Detailed Description

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

Definition at line 124 of file Interval.h.


Member Typedef Documentation

typedef Interval::succ_iterator llvm::GraphTraits< Interval * >::ChildIteratorType
 

Definition at line 126 of file Interval.h.

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

Definition at line 125 of file Interval.h.


Member Function Documentation

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

Definition at line 131 of file Interval.h.

References llvm::succ_begin().

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

Definition at line 134 of file Interval.h.

References llvm::succ_end().

static NodeType* llvm::GraphTraits< Interval * >::getEntryNode Interval I  )  [inline, static]
 

Definition at line 128 of file Interval.h.


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