openMSX
Public Member Functions | List of all members
openmsx::CompareBreakpoints Struct Reference

#include <MSXCPUInterface.hh>

Public Member Functions

bool operator() (const BreakPoint &x, const BreakPoint &y) const
 
bool operator() (const BreakPoint &x, word y) const
 
bool operator() (word x, const BreakPoint &y) const
 

Detailed Description

Definition at line 29 of file MSXCPUInterface.hh.

Member Function Documentation

◆ operator()() [1/3]

bool openmsx::CompareBreakpoints::operator() ( const BreakPoint x,
const BreakPoint y 
) const
inline

Definition at line 30 of file MSXCPUInterface.hh.

References openmsx::BreakPoint::getAddress(), and openmsx::x.

◆ operator()() [2/3]

bool openmsx::CompareBreakpoints::operator() ( const BreakPoint x,
word  y 
) const
inline

Definition at line 33 of file MSXCPUInterface.hh.

References openmsx::x.

◆ operator()() [3/3]

bool openmsx::CompareBreakpoints::operator() ( word  x,
const BreakPoint y 
) const
inline

Definition at line 36 of file MSXCPUInterface.hh.

References openmsx::BreakPoint::getAddress(), and openmsx::x.


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