yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
OptShareWorker::CompareCells Struct Reference
+ Collaboration diagram for OptShareWorker::CompareCells:

Public Member Functions

 CompareCells (OptShareWorker *that)
 
bool operator() (const RTLIL::Cell *cell1, const RTLIL::Cell *cell2) const
 

Data Fields

OptShareWorkerthat
 

Detailed Description

Definition at line 209 of file opt_share.cc.

Constructor & Destructor Documentation

OptShareWorker::CompareCells::CompareCells ( OptShareWorker that)
inline

Definition at line 211 of file opt_share.cc.

211 : that(that) {}

Member Function Documentation

bool OptShareWorker::CompareCells::operator() ( const RTLIL::Cell cell1,
const RTLIL::Cell cell2 
) const
inline

Definition at line 212 of file opt_share.cc.

212  {
213  return that->compare_cells(cell1, cell2);
214  }
bool compare_cells(const RTLIL::Cell *cell1, const RTLIL::Cell *cell2)
Definition: opt_share.cc:191

+ Here is the call graph for this function:

Field Documentation

OptShareWorker* OptShareWorker::CompareCells::that

Definition at line 210 of file opt_share.cc.


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