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< const CallGraphNode * > Struct Template Reference

#include <CallGraph.h>

Inheritance diagram for llvm::GraphTraits< const CallGraphNode * >:

Inheritance graph
[legend]
List of all members.

Public Types

typedef const CallGraphNode NodeType
typedef NodeType::const_iterator ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (const CallGraphNode *CGN)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

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

Definition at line 284 of file CallGraph.h.


Member Typedef Documentation

typedef NodeType::const_iterator llvm::GraphTraits< const CallGraphNode * >::ChildIteratorType
 

Definition at line 286 of file CallGraph.h.

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

Definition at line 285 of file CallGraph.h.


Member Function Documentation

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

Definition at line 289 of file CallGraph.h.

References llvm::CallGraphNode::begin().

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

Definition at line 290 of file CallGraph.h.

References llvm::CallGraphNode::end().

static NodeType* llvm::GraphTraits< const CallGraphNode * >::getEntryNode const CallGraphNode CGN  )  [inline, static]
 

Definition at line 288 of file CallGraph.h.


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