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< 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::iterator llvm::GraphTraits< DSNode * >::ChildIteratorType
 

Definition at line 96 of file DSGraphTraits.h.

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

Definition at line 95 of file DSGraphTraits.h.


Member Function Documentation

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().

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

Definition at line 98 of file DSGraphTraits.h.


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