LLVM API Documentation

llvm::GraphTraits< const DSNode * > Struct Template Reference

#include <DSGraphTraits.h>

List of all members.

Public Types

typedef const DSNode NodeType
typedef DSNode::const_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< const DSNode * >

Definition at line 103 of file DSGraphTraits.h.


Member Typedef Documentation

typedef DSNode::const_iterator llvm::GraphTraits< const DSNode * >::ChildIteratorType

Definition at line 105 of file DSGraphTraits.h.

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

Definition at line 104 of file DSGraphTraits.h.


Member Function Documentation

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

Definition at line 108 of file DSGraphTraits.h.

References llvm::DSNode::begin().

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

Definition at line 109 of file DSGraphTraits.h.

References llvm::DSNode::end().

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

Definition at line 107 of file DSGraphTraits.h.


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