#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 |
Protected Member Functions | |
| void | report_error (const char *id, const char *add_msg=0) const |
Definition at line 126 of file sc_event_finder.h.
| sc_core::sc_event_finder_t< IF >::sc_event_finder_t | ( | const sc_port_base & | port_, | |
| const sc_event &(IF::*)() const | event_method_ | |||
| ) | [inline] |
Definition at line 133 of file sc_event_finder.h.
| virtual sc_core::sc_event_finder_t< IF >::~sc_event_finder_t | ( | ) | [inline, virtual] |
Definition at line 140 of file sc_event_finder.h.
| const sc_event & sc_core::sc_event_finder_t< IF >::find_event | ( | sc_interface * | if_p = 0 |
) | const [inline, virtual] |
| const sc_port_base& sc_core::sc_event_finder::port | ( | ) | const [inline, inherited] |
Definition at line 90 of file sc_event_finder.h.
| void sc_core::sc_event_finder::report_error | ( | const char * | id, | |
| const char * | add_msg = 0 | |||
| ) | const [protected, inherited] |
Definition at line 86 of file sc_event_finder.cpp.
1.5.5