LLVM API Documentation

llvm::Inverse< GraphType > Struct Template Reference

#include <GraphTraits.h>

Collaboration diagram for llvm::Inverse< GraphType >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Inverse (GraphType &G)

Public Attributes

GraphType & Graph

Detailed Description

template<class GraphType>
struct llvm::Inverse< GraphType >

Definition at line 75 of file GraphTraits.h.


Constructor & Destructor Documentation

template<class GraphType>
llvm::Inverse< GraphType >::Inverse ( GraphType &  G  )  [inline]

Definition at line 78 of file GraphTraits.h.


Member Data Documentation

template<class GraphType>
GraphType& llvm::Inverse< GraphType >::Graph

Definition at line 76 of file GraphTraits.h.


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