sc_core::sc_interface Class Reference

Abstract base class of all interface classes. More...

#include <sysc/communication/sc_interface.h>

Inheritance diagram for sc_core::sc_interface:
Inheritance graph
[legend]
Collaboration diagram for sc_core::sc_interface:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void register_port (sc_port_base &port_, const char *if_typename_)
virtual const sc_eventdefault_event () const
virtual ~sc_interface ()

Protected Member Functions

 sc_interface ()

Detailed Description

Abstract base class of all interface classes.

BEWARE: Direct inheritance from this class must be done virtual.

Definition at line 44 of file sc_interface.h.


Constructor & Destructor Documentation

virtual sc_core::sc_interface::~sc_interface (  )  [virtual]
sc_core::sc_interface::sc_interface (  )  [protected]

Member Function Documentation

virtual const sc_event& sc_core::sc_interface::default_event (  )  const [virtual]
virtual void sc_core::sc_interface::register_port ( sc_port_base port_,
const char *  if_typename_ 
) [virtual]

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

Generated on 31 Jul 2017 for SystemC by  doxygen 1.6.1