PandA-2024.02
Public Member Functions | Data Fields
cyclic_topological_sort_visitor< OutputIterator > Struct Template Reference

#include <cyclic_topological_sort.hpp>

Inheritance diagram for cyclic_topological_sort_visitor< OutputIterator >:
Inheritance graph
[legend]
Collaboration diagram for cyclic_topological_sort_visitor< OutputIterator >:
Collaboration graph
[legend]

Public Member Functions

 cyclic_topological_sort_visitor (OutputIterator _iter)
 
template<typename Vertex , typename Graph >
void finish_vertex (const Vertex &u, Graph &)
 

Data Fields

OutputIterator m_iter
 

Detailed Description

template<typename OutputIterator>
struct cyclic_topological_sort_visitor< OutputIterator >

Definition at line 52 of file cyclic_topological_sort.hpp.

Constructor & Destructor Documentation

◆ cyclic_topological_sort_visitor()

template<typename OutputIterator >
cyclic_topological_sort_visitor< OutputIterator >::cyclic_topological_sort_visitor ( OutputIterator  _iter)
inline

Definition at line 54 of file cyclic_topological_sort.hpp.

Member Function Documentation

◆ finish_vertex()

template<typename OutputIterator >
template<typename Vertex , typename Graph >
void cyclic_topological_sort_visitor< OutputIterator >::finish_vertex ( const Vertex &  u,
Graph  
)
inline

Field Documentation

◆ m_iter

template<typename OutputIterator >
OutputIterator cyclic_topological_sort_visitor< OutputIterator >::m_iter

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

Generated on Mon Feb 12 2024 13:03:49 for PandA-2024.02 by doxygen 1.8.13