OpenASIP  2.0
Public Member Functions | List of all members
GraphEdge::Comparator Struct Reference

#include <GraphEdge.hh>

Collaboration diagram for GraphEdge::Comparator:
Collaboration graph

Public Member Functions

bool operator() (GraphEdge *e1, GraphEdge *e2) const
 

Detailed Description

Definition at line 67 of file GraphEdge.hh.

Member Function Documentation

◆ operator()()

bool GraphEdge::Comparator::operator() ( GraphEdge e1,
GraphEdge e2 
) const
inline

Definition at line 68 of file GraphEdge.hh.

68  {
69  return e1->edgeID_ < e2->edgeID_;
70  }

References GraphEdge::edgeID_.


The documentation for this struct was generated from the following file:
GraphEdge::edgeID_
int edgeID_
Definition: GraphEdge.hh:76