#include <sc_event_finder.h>
Inheritance diagram for sc_event_finder:


Public Methods | |
| const sc_port_base & | port () const |
| virtual | ~sc_event_finder () |
| virtual const sc_event & | find_event () const=0 |
Protected Methods | |
| sc_event_finder (const sc_port_base &) | |
| void | report_error (const char *id, const char *add_msg=0) const |
|
|
Definition at line 72 of file sc_event_finder.cpp. |
|
|
Definition at line 65 of file sc_event_finder.cpp. |
|
|
Implemented in sc_event_finder_t< IF >. Referenced by sc_sensitive::make_static_sensitivity(). |
|
|
Definition at line 55 of file sc_event_finder.h. Referenced by sc_event_finder_t< IF >::find_event(), sc_sensitive::make_static_sensitivity(), and sc_sensitive::operator()(). |
|
||||||||||||
|
Definition at line 50 of file sc_event_finder.cpp. References sc_port_base::kind(), sc_object::name(), SC_REPORT_ERROR, and sprintf(). Referenced by sc_event_finder_t< IF >::find_event(). |
1.2.18