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

Public Member Functions

 Path_Desc (Node *_node=nullptr, Arc *_arc=nullptr) noexcept
 
bool operator== (const Path_Desc &r) const noexcept
 

Public Attributes

Nodenode
 
Arcarc
 

Detailed Description

template<class GT>
struct Aleph::Path< GT >::Path_Desc

Definition at line 2683 of file tpl_graph.H.

Constructor & Destructor Documentation

◆ Path_Desc()

template<class GT >
Aleph::Path< GT >::Path_Desc::Path_Desc ( Node _node = nullptr,
Arc _arc = nullptr 
)
inlinenoexcept

Definition at line 2688 of file tpl_graph.H.

Member Function Documentation

◆ operator==()

template<class GT >
bool Aleph::Path< GT >::Path_Desc::operator== ( const Path_Desc r) const
inlinenoexcept

Member Data Documentation

◆ arc

◆ node


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