LLVM API Documentation

Public Types | Static Public Member Functions
llvm::GraphTraits< Inverse< Inverse< T > > > Struct Template Reference

#include <GraphTraits.h>

List of all members.

Public Types

typedef GraphTraits< T >::NodeType NodeType
typedef GraphTraits< T >
::ChildIteratorType 
ChildIteratorType

Static Public Member Functions

static NodeTypegetEntryNode (Inverse< Inverse< T > > *G)
static ChildIteratorType child_begin (NodeType *N)
static ChildIteratorType child_end (NodeType *N)

Detailed Description

template<class T>
struct llvm::GraphTraits< Inverse< Inverse< T > > >

Definition at line 87 of file GraphTraits.h.


Member Typedef Documentation

Definition at line 89 of file GraphTraits.h.

template<class T >
typedef GraphTraits<T>::NodeType llvm::GraphTraits< Inverse< Inverse< T > > >::NodeType

Definition at line 88 of file GraphTraits.h.


Member Function Documentation

template<class T >
static ChildIteratorType llvm::GraphTraits< Inverse< Inverse< T > > >::child_begin ( NodeType N) [inline, static]

Definition at line 95 of file GraphTraits.h.

template<class T >
static ChildIteratorType llvm::GraphTraits< Inverse< Inverse< T > > >::child_end ( NodeType N) [inline, static]

Definition at line 99 of file GraphTraits.h.

template<class T >
static NodeType* llvm::GraphTraits< Inverse< Inverse< T > > >::getEntryNode ( Inverse< Inverse< T > > *  G) [inline, static]

Definition at line 91 of file GraphTraits.h.

References G.


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