Static Value-Flow Analysis
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
SVF::Inverse< GraphType > Struct Template Reference

#include <GraphTraits.h>

Public Member Functions

 Inverse (const GraphType &G)
 

Public Attributes

const GraphType & Graph
 

Detailed Description

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

Definition at line 97 of file GraphTraits.h.

Constructor & Destructor Documentation

◆ Inverse()

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

Definition at line 101 of file GraphTraits.h.

101: Graph(G) {}
const GraphType & Graph
Definition GraphTraits.h:99

Member Data Documentation

◆ Graph

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

Definition at line 99 of file GraphTraits.h.


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