SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/communication/sc_event_finder.h>
Public Member Functions | |
sc_event_finder_t (const sc_port_base &port_, const sc_event &(IF::*event_method_)() const) | |
virtual | ~sc_event_finder_t () |
virtual const sc_event & | find_event (sc_interface *if_p=0) const |
![]() | |
const sc_port_base & | port () const |
virtual | ~sc_event_finder () |
virtual const sc_event & | find_event (sc_interface *if_p=0) const =0 |
Additional Inherited Members | |
![]() | |
template<typename IF > | |
static sc_event_finder & | cached_create (sc_event_finder *&cache_p, const sc_port_base &port_, const sc_event &(IF::*ef_p)() const) |
![]() | |
sc_event_finder (const sc_port_base &) | |
void | report_error (const char *id, const char *add_msg=0) const |
Definition at line 94 of file sc_event_finder.h.
|
inline |
Definition at line 101 of file sc_event_finder.h.
|
inlinevirtual |
Definition at line 108 of file sc_event_finder.h.
|
inlinevirtual |
Implements sc_core::sc_event_finder.
Definition at line 147 of file sc_event_finder.h.