Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Map_Matrix_Graph< GT, SA >::Mat_Entry Struct Reference

Public Member Functions

 Mat_Entry ()=default
 
 Mat_Entry (Arc *a)
 

Public Attributes

Arcarc = nullptr
 

Detailed Description

template<class GT, class SA = Dft_Show_Arc<GT>>
struct Aleph::Map_Matrix_Graph< GT, SA >::Mat_Entry

Definition at line 267 of file tpl_matgraph.H.

Constructor & Destructor Documentation

◆ Mat_Entry() [1/2]

template<class GT , class SA = Dft_Show_Arc<GT>>
Aleph::Map_Matrix_Graph< GT, SA >::Mat_Entry::Mat_Entry ( )
default

◆ Mat_Entry() [2/2]

template<class GT , class SA = Dft_Show_Arc<GT>>
Aleph::Map_Matrix_Graph< GT, SA >::Mat_Entry::Mat_Entry ( Arc a)
inlineexplicit

Definition at line 271 of file tpl_matgraph.H.

Member Data Documentation

◆ arc

template<class GT , class SA = Dft_Show_Arc<GT>>
Arc* Aleph::Map_Matrix_Graph< GT, SA >::Mat_Entry::arc = nullptr

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