SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Member Functions | List of all members
sc_core::sc_event_finder_t< IF > Class Template Reference

#include <sysc/communication/sc_event_finder.h>

Inheritance diagram for sc_core::sc_event_finder_t< IF >:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_event_finder_t< IF >:
Collaboration graph
[legend]

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_eventfind_event (sc_interface *if_p=0) const
 
- Public Member Functions inherited from sc_core::sc_event_finder
const sc_port_baseport () const
 
virtual ~sc_event_finder ()
 
virtual const sc_eventfind_event (sc_interface *if_p=0) const =0
 

Additional Inherited Members

- Static Public Member Functions inherited from sc_core::sc_event_finder
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 inherited from sc_core::sc_event_finder
 sc_event_finder (const sc_port_base &)
 
void report_error (const char *id, const char *add_msg=0) const
 

Detailed Description

template<class IF>
class sc_core::sc_event_finder_t< IF >

Definition at line 94 of file sc_event_finder.h.

Constructor & Destructor Documentation

◆ sc_event_finder_t()

template<class IF >
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 101 of file sc_event_finder.h.

◆ ~sc_event_finder_t()

template<class IF >
virtual sc_core::sc_event_finder_t< IF >::~sc_event_finder_t ( )
inlinevirtual

Definition at line 108 of file sc_event_finder.h.

Member Function Documentation

◆ find_event()

template<class IF >
const sc_event & sc_core::sc_event_finder_t< IF >::find_event ( sc_interface if_p = 0) const
inlinevirtual

Implements sc_core::sc_event_finder.

Definition at line 147 of file sc_event_finder.h.


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