SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
sc_core::sc_event_finder Class Referenceabstract

#include <sysc/communication/sc_event_finder.h>

Inheritance diagram for sc_core::sc_event_finder:
Inheritance graph
[legend]

Public Member Functions

const sc_port_baseport () const
 
virtual ~sc_event_finder ()
 
virtual const sc_eventfind_event (sc_interface *if_p=0) const =0
 

Static Public Member Functions

template<typename IF >
static sc_event_findercached_create (sc_event_finder *&cache_p, const sc_port_base &port_, const sc_event &(IF::*ef_p)() const)
 

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
 

Detailed Description

Definition at line 44 of file sc_event_finder.h.

Constructor & Destructor Documentation

◆ ~sc_event_finder()

virtual sc_core::sc_event_finder::~sc_event_finder ( )
virtual

◆ sc_event_finder()

sc_core::sc_event_finder::sc_event_finder ( const sc_port_base )
protected

Member Function Documentation

◆ cached_create()

template<class IF >
sc_event_finder & sc_core::sc_event_finder::cached_create ( sc_event_finder *&  cache_p,
const sc_port_base port_,
const sc_event &(IF::*)() const  ef_p 
)
inlinestatic

Definition at line 132 of file sc_event_finder.h.

◆ find_event()

virtual const sc_event & sc_core::sc_event_finder::find_event ( sc_interface if_p = 0) const
pure virtual

◆ port()

const sc_port_base & sc_core::sc_event_finder::port ( ) const
inline

Definition at line 58 of file sc_event_finder.h.

◆ report_error()

void sc_core::sc_event_finder::report_error ( const char *  id,
const char *  add_msg = 0 
) const
protected

Friends And Related Function Documentation

◆ sc_simcontext

friend class sc_simcontext
friend

Definition at line 46 of file sc_event_finder.h.


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