LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
llvm::Inverse< GraphType > Struct Template Reference

#include <GraphTraits.h>

Collaboration diagram for llvm::Inverse< GraphType >:
Collaboration graph
[legend]

Public Member Functions

 Inverse (const GraphType &G)
 

Public Attributes

const GraphType & Graph
 

Detailed Description

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

Definition at line 78 of file GraphTraits.h.

Constructor & Destructor Documentation

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

Definition at line 81 of file GraphTraits.h.

Member Data Documentation

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

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