Construct version 5.4.4
An agent based modeling framework
Transpose< link_type > Struct Template Reference

Public Member Functions

 Transpose (Graph< link_type > *_g)
 
 Transpose (const Graph< link_type > *_g)
 
Graph< link_type > & graph (void)
 
const Graph< link_type > & graph (void) const
 

Public Attributes

Graph< link_type > * g
 

Detailed Description

template<typename link_type>
struct Transpose< link_type >

summary>

Constructor & Destructor Documentation

◆ Transpose() [1/2]

template<typename link_type >
Transpose< link_type >::Transpose ( Graph< link_type > *  _g)
inline

summary>

◆ Transpose() [2/2]

template<typename link_type >
Transpose< link_type >::Transpose ( const Graph< link_type > *  _g)
inline

summary>

Member Function Documentation

◆ graph()

template<typename link_type >
Graph< link_type > & Transpose< link_type >::graph ( void  )
inline

summary>

Here is the caller graph for this function:

Member Data Documentation

◆ g

template<typename link_type >
Graph<link_type>* Transpose< link_type >::g

summary>