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

Public Member Functions

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

Public Attributes

const Schedulableschedulable
 

Detailed Description

Definition at line 12 of file Scheduler.cc.

Constructor & Destructor Documentation

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

Definition at line 13 of file Scheduler.cc.

Member Function Documentation

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

Definition at line 15 of file Scheduler.cc.

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

Member Data Documentation

const Schedulable& openmsx::FindSchedulable::schedulable

Definition at line 18 of file Scheduler.cc.

Referenced by operator()().


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