SystemC  2.3.2
Accellera SystemC proof-of-concept library
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:

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.

Warning
Direct inheritance from this class must be done virtual.

Definition at line 51 of file sc_interface.h.

Constructor & Destructor Documentation

◆ ~sc_interface()

virtual sc_core::sc_interface::~sc_interface ( )
virtual

◆ sc_interface()

sc_core::sc_interface::sc_interface ( )
protected

Member Function Documentation

◆ default_event()

virtual const sc_event& sc_core::sc_interface::default_event ( ) const
virtual

◆ register_port()

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: