sc_core::sc_event_queue_if Class Reference

The sc_event_queue interface class. More...

#include <sysc/communication/sc_event_queue.h>

Inheritance diagram for sc_core::sc_event_queue_if:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_event_queue_if:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void notify (double when, sc_time_unit base)=0
virtual void notify (const sc_time &when)=0
virtual void cancel_all ()=0

Detailed Description

The sc_event_queue interface class.

Definition at line 64 of file sc_event_queue.h.


Member Function Documentation

virtual void sc_core::sc_event_queue_if::cancel_all (  )  [pure virtual]

Implemented in sc_core::sc_event_queue.

virtual void sc_core::sc_event_queue_if::notify ( const sc_time when  )  [pure virtual]

Implemented in sc_core::sc_event_queue.

virtual void sc_core::sc_event_queue_if::notify ( double  when,
sc_time_unit  base 
) [pure virtual]

Implemented in sc_core::sc_event_queue.


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

Generated on 30 Sep 2015 for SystemC by  doxygen 1.6.1