LLVM API Documentation

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

#include <DSGraphTraits.h>

List of all members.

Public Types

typedef const DSNode NodeType
typedef DSNode::const_iterator ChildIteratorType
typedef DSGraph::node_const_iterator nodes_iterator

Static Public Member Functions

static nodes_iterator nodes_begin (const DSGraph *G)
static nodes_iterator nodes_end (const DSGraph *G)
static ChildIteratorType child_begin (const NodeType *N)
static ChildIteratorType child_end (const NodeType *N)


Detailed Description

template<>
struct llvm::GraphTraits< const DSGraph * >

Definition at line 134 of file DSGraphTraits.h.


Member Typedef Documentation

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

Definition at line 135 of file DSGraphTraits.h.

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

Definition at line 136 of file DSGraphTraits.h.

typedef DSGraph::node_const_iterator llvm::GraphTraits< const DSGraph * >::nodes_iterator

Definition at line 139 of file DSGraphTraits.h.


Member Function Documentation

static nodes_iterator llvm::GraphTraits< const DSGraph * >::nodes_begin ( const DSGraph G  )  [inline, static]

Definition at line 140 of file DSGraphTraits.h.

References G, and llvm::DSGraph::node_begin().

static nodes_iterator llvm::GraphTraits< const DSGraph * >::nodes_end ( const DSGraph G  )  [inline, static]

Definition at line 143 of file DSGraphTraits.h.

References G, and llvm::DSGraph::node_end().

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

Definition at line 147 of file DSGraphTraits.h.

References llvm::DSNode::begin().

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

Definition at line 148 of file DSGraphTraits.h.

References llvm::DSNode::end().


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