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

Result type: path and its classification. More...

#include <eulerian.H>

Collaboration diagram for Aleph::Find_Eulerian_Path< GT, SN, SA >::Result:
[legend]

Public Attributes

DynList< typename GT::Arc * > path
 The Eulerian path/cycle as arc list.
 
Eulerian_Type type
 Classification (Cycle, Path, or None)
 

Detailed Description

template<class GT, class SN = Dft_Show_Node<GT>, class SA = Dft_Show_Arc<GT>>
struct Aleph::Find_Eulerian_Path< GT, SN, SA >::Result

Result type: path and its classification.

Definition at line 763 of file eulerian.H.

Member Data Documentation

◆ path

template<class GT , class SN = Dft_Show_Node<GT>, class SA = Dft_Show_Arc<GT>>
DynList<typename GT::Arc*> Aleph::Find_Eulerian_Path< GT, SN, SA >::Result::path

The Eulerian path/cycle as arc list.

Definition at line 765 of file eulerian.H.

Referenced by Aleph::Find_Eulerian_Path< GT, SN, SA >::find_node_sequence(), and Aleph::Find_Eulerian_Path< GT, SN, SA >::operator()().

◆ type

template<class GT , class SN = Dft_Show_Node<GT>, class SA = Dft_Show_Arc<GT>>
Eulerian_Type Aleph::Find_Eulerian_Path< GT, SN, SA >::Result::type

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