CACAO
Public Member Functions
cacao::jit::compiler2::InstPtrLess Struct Reference

Less comparator for Instruction pointers. More...

Inheritance diagram for cacao::jit::compiler2::InstPtrLess:

Public Member Functions

bool operator() (const Instruction *lhs, const Instruction *rhs) const
 

Detailed Description

Less comparator for Instruction pointers.

Use for std::set, std::map.

Definition at line 238 of file Instruction.hpp.

Member Function Documentation

bool cacao::jit::compiler2::InstPtrLess::operator() ( const Instruction lhs,
const Instruction rhs 
) const
inline

Definition at line 240 of file Instruction.hpp.


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