PandA-2024.02
Public Member Functions | Private Attributes
OpVertexSchedSorter Class Reference
Inheritance diagram for OpVertexSchedSorter:
Inheritance graph
[legend]
Collaboration diagram for OpVertexSchedSorter:
Collaboration graph
[legend]

Public Member Functions

 OpVertexSchedSorter (const ScheduleConstRef _sch)
 Constructor. More...
 
bool operator() (const vertex x, const vertex y) const
 Compare scheduling of two vertices. More...
 

Private Attributes

const ScheduleConstRef sch
 reference to the scheduling More...
 

Detailed Description

Definition at line 86 of file BB_based_stg.cpp.

Constructor & Destructor Documentation

◆ OpVertexSchedSorter()

OpVertexSchedSorter::OpVertexSchedSorter ( const ScheduleConstRef  _sch)
inlineexplicit

Constructor.

Parameters
op_graphis the operation graph to which vertices belong

Definition at line 97 of file BB_based_stg.cpp.

Member Function Documentation

◆ operator()()

bool OpVertexSchedSorter::operator() ( const vertex  x,
const vertex  y 
) const
inline

Compare scheduling of two vertices.

Parameters
xis the first vertex
yis the second vertex
Returns
true if x has been scheduled before than y

Definition at line 107 of file BB_based_stg.cpp.

Field Documentation

◆ sch

const ScheduleConstRef OpVertexSchedSorter::sch
private

reference to the scheduling

Definition at line 90 of file BB_based_stg.cpp.


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

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