LLVM API Documentation

llvm::GraphTraits< Inverse< Interval * > > Struct Template Reference

#include <Interval.h>

List of all members.

Public Types

typedef Interval NodeType
typedef Interval::pred_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< Interval * > G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)


Detailed Description

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

Definition at line 139 of file Interval.h.


Member Typedef Documentation

typedef Interval::pred_iterator llvm::GraphTraits< Inverse< Interval * > >::ChildIteratorType

Definition at line 141 of file Interval.h.

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

Definition at line 140 of file Interval.h.


Member Function Documentation

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

Definition at line 143 of file Interval.h.

References llvm::pred_begin().

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

Definition at line 146 of file Interval.h.

References llvm::pred_end().

static NodeType* llvm::GraphTraits< Inverse< Interval * > >::getEntryNode ( Inverse< Interval * >  G  )  [inline, static]

Definition at line 142 of file Interval.h.

References G.


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