PandA-2024.02
Data Structures | Functions
cyclic_topological_sort.hpp File Reference

File used to compute the topological sort in a cyclic graph. More...

#include <boost/graph/depth_first_search.hpp>
Include dependency graph for cyclic_topological_sort.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  cyclic_topological_sort_visitor< OutputIterator >
 

Functions

template<typename VertexListGraph , typename OutputIterator , typename P , typename T , typename R >
void cyclic_topological_sort (VertexListGraph &g, OutputIterator result, const boost::bgl_named_params< P, T, R > &params)
 
template<typename VertexListGraph , typename OutputIterator >
void cyclic_topological_sort (VertexListGraph &g, OutputIterator result)
 

Detailed Description

File used to compute the topological sort in a cyclic graph.

File used to compute the topological sort in a cyclic graph

Author
Christian Pilato pilat.nosp@m.o@el.nosp@m.et.po.nosp@m.limi.nosp@m..it $Revision$ $Date$ Last modified by $Author$

Definition in file cyclic_topological_sort.hpp.

Function Documentation

◆ cyclic_topological_sort() [1/2]

template<typename VertexListGraph , typename OutputIterator , typename P , typename T , typename R >
void cyclic_topological_sort ( VertexListGraph &  g,
OutputIterator  result,
const boost::bgl_named_params< P, T, R > &  params 
)

Definition at line 68 of file cyclic_topological_sort.hpp.

Referenced by cyclic_topological_sort(), simple_code_motion::InternalExec(), and multi_way_if::InternalExec().

Here is the caller graph for this function:

◆ cyclic_topological_sort() [2/2]

template<typename VertexListGraph , typename OutputIterator >
void cyclic_topological_sort ( VertexListGraph &  g,
OutputIterator  result 
)

Definition at line 75 of file cyclic_topological_sort.hpp.

References cyclic_topological_sort().

Here is the call graph for this function:

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