Event finder base class. More...
#include <sysc/communication/sc_event_finder.h>


Public Member Functions | |
| const sc_port_base & | port () const | 
| virtual | ~sc_event_finder () | 
| virtual const sc_event & | find_event (sc_interface *if_p=0) const =0 | 
Protected Member Functions | |
| sc_event_finder (const sc_port_base &) | |
| void | report_error (const char *id, const char *add_msg=0) const | 
Friends | |
| class | sc_simcontext | 
Event finder base class.
Definition at line 42 of file sc_event_finder.h.
| virtual sc_core::sc_event_finder::~sc_event_finder | ( | ) |  [virtual] | 
        
| sc_core::sc_event_finder::sc_event_finder | ( | const sc_port_base & | ) |  [protected] | 
        
| virtual const sc_event& sc_core::sc_event_finder::find_event | ( | sc_interface * |  if_p = 0 | 
          ) |  const [pure virtual] | 
        
Implemented in sc_core::sc_event_finder_t< IF >.
| const sc_port_base& sc_core::sc_event_finder::port | ( | ) |  const [inline] | 
        
Definition at line 48 of file sc_event_finder.h.
| void sc_core::sc_event_finder::report_error | ( | const char * | id, | |
| const char * |  add_msg = 0 | |||
| ) |  const [protected] | 
        
friend class sc_simcontext [friend] | 
        
Definition at line 44 of file sc_event_finder.h.
 1.6.1