LLVM API Documentation

llvm::GraphTraits< DSNode * > Struct Template Reference

#include <DSGraphTraits.h>

List of all members.

Public Types

typedef DSNode NodeType
typedef DSNode::iterator ChildIteratorType

Static Public Member Functions

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


Detailed Description

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

Definition at line 94 of file DSGraphTraits.h.


Member Typedef Documentation

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

Definition at line 95 of file DSGraphTraits.h.

typedef DSNode::iterator llvm::GraphTraits< DSNode * >::ChildIteratorType

Definition at line 96 of file DSGraphTraits.h.


Member Function Documentation

static NodeType* llvm::GraphTraits< DSNode * >::getEntryNode ( NodeType N  )  [inline, static]

Definition at line 98 of file DSGraphTraits.h.

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

Definition at line 99 of file DSGraphTraits.h.

References llvm::DSNode::begin().

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

Definition at line 100 of file DSGraphTraits.h.

References llvm::DSNode::end().


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