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

Public Member Functions

 Node_Info () noexcept
 

Public Attributes

Distance_Type dist
 
Nodeparent
 
Arcparent_arc
 

Detailed Description

template<class GT, class Distance = Dft_Dist<GT>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
struct Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::Node_Info

Definition at line 146 of file Zero_One_BFS.H.

Constructor & Destructor Documentation

◆ Node_Info()

template<class GT , class Distance = Dft_Dist<GT>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::Node_Info::Node_Info ( )
inlinenoexcept

Definition at line 152 of file Zero_One_BFS.H.

Member Data Documentation

◆ dist

template<class GT , class Distance = Dft_Dist<GT>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
Distance_Type Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::Node_Info::dist

Definition at line 148 of file Zero_One_BFS.H.

◆ parent

template<class GT , class Distance = Dft_Dist<GT>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
Node* Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::Node_Info::parent

Definition at line 149 of file Zero_One_BFS.H.

◆ parent_arc

template<class GT , class Distance = Dft_Dist<GT>, template< typename, class > class Itor = Node_Arc_Iterator, class SA = Dft_Show_Arc<GT>>
Arc* Aleph::Zero_One_BFS< GT, Distance, Itor, SA >::Node_Info::parent_arc

Definition at line 150 of file Zero_One_BFS.H.


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