LLVM API Documentation

Public Member Functions | Public Attributes
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 (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: