ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
Public Member Functions | List of all members
etiss::RegisterSet::lex_compare Struct Reference

special comparison function that only takes register name into account. More...

Public Member Functions

bool operator() (const RegisterPart &lhs, const RegisterPart &rhs) const
 

Detailed Description

special comparison function that only takes register name into account.

the use of this function and the special pseudo const function of RegisterPart allow the use of std::set as the main data container of RegisterSet

Definition at line 207 of file CodePart.h.

Member Function Documentation

◆ operator()()

bool etiss::RegisterSet::lex_compare::operator() ( const RegisterPart lhs,
const RegisterPart rhs 
) const
inline

Definition at line 209 of file CodePart.h.

References etiss::RegisterPart::getName().

Here is the call graph for this function:

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