LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::Inverse< GraphType > Struct Template Reference

#include "llvm/ADT/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 96 of file GraphTraits.h.

Constructor & Destructor Documentation

◆ Inverse()

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

Definition at line 99 of file GraphTraits.h.

Member Data Documentation

◆ Graph

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

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