OpenASIP  2.0
Public Member Functions | List of all members
IUBroker::less_width Struct Reference

Functor for sorting result of allAvailable by register width. More...

Collaboration diagram for IUBroker::less_width:
Collaboration graph

Public Member Functions

bool operator() (IUResource *x, IUResource *y)
 

Detailed Description

Functor for sorting result of allAvailable by register width.

Definition at line 129 of file IUBroker.hh.

Member Function Documentation

◆ operator()()

bool IUBroker::less_width::operator() ( IUResource x,
IUResource y 
)
inline

Definition at line 130 of file IUBroker.hh.

130  {
131  return x->width() < y->width();
132  }

References IUResource::width().

Here is the call graph for this function:

The documentation for this struct was generated from the following file:
IUResource::width
int width() const
Definition: IUResource.cc:576