openMSX
Public Member Functions | Public Attributes | List of all members
openmsx::EqualSchedulable Struct Reference
Collaboration diagram for openmsx::EqualSchedulable:
Collaboration graph
[legend]

Public Member Functions

 EqualSchedulable (const Schedulable &schedulable_)
 
bool operator() (const SynchronizationPoint &sp) const
 

Public Attributes

const Schedulableschedulable
 

Detailed Description

Definition at line 13 of file Scheduler.cc.

Constructor & Destructor Documentation

◆ EqualSchedulable()

openmsx::EqualSchedulable::EqualSchedulable ( const Schedulable schedulable_)
inlineexplicit

Definition at line 14 of file Scheduler.cc.

Member Function Documentation

◆ operator()()

bool openmsx::EqualSchedulable::operator() ( const SynchronizationPoint sp) const
inline

Definition at line 16 of file Scheduler.cc.

References openmsx::SynchronizationPoint::getDevice(), and schedulable.

Member Data Documentation

◆ schedulable

const Schedulable& openmsx::EqualSchedulable::schedulable

Definition at line 19 of file Scheduler.cc.

Referenced by operator()().


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