sc_core::sc_export_base Class Reference

Abstract base class for class sc_export<IF>. More...

#include <sysc/communication/sc_export.h>

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

List of all members.

Public Types

typedef sc_export_base this_type

Public Member Functions

virtual sc_interfaceget_interface ()=0
virtual const sc_interfaceget_interface () const =0

Protected Member Functions

 sc_export_base ()
 sc_export_base (const char *name)
virtual ~sc_export_base ()
virtual void before_end_of_elaboration ()
virtual void end_of_elaboration ()
virtual void start_of_simulation ()
virtual void end_of_simulation ()
virtual const char * if_typename () const =0
void report_error (const char *id, const char *add_msg=0) const

Friends

class sc_export_registry

Detailed Description

Abstract base class for class sc_export<IF>.

Definition at line 50 of file sc_export.h.


Member Typedef Documentation

Definition at line 57 of file sc_export.h.


Constructor & Destructor Documentation

sc_core::sc_export_base::sc_export_base (  )  [protected]
sc_core::sc_export_base::sc_export_base ( const char *  name  )  [protected]
virtual sc_core::sc_export_base::~sc_export_base (  )  [protected, virtual]

Member Function Documentation

virtual void sc_core::sc_export_base::before_end_of_elaboration (  )  [protected, virtual]
virtual void sc_core::sc_export_base::end_of_elaboration (  )  [protected, virtual]
virtual void sc_core::sc_export_base::end_of_simulation (  )  [protected, virtual]
virtual const sc_interface* sc_core::sc_export_base::get_interface (  )  const [pure virtual]

Implemented in sc_core::sc_export< IF >.

virtual sc_interface* sc_core::sc_export_base::get_interface (  )  [pure virtual]

Implemented in sc_core::sc_export< IF >.

virtual const char* sc_core::sc_export_base::if_typename (  )  const [protected, pure virtual]

Implemented in sc_core::sc_export< IF >.

void sc_core::sc_export_base::report_error ( const char *  id,
const char *  add_msg = 0 
) const [protected]
virtual void sc_core::sc_export_base::start_of_simulation (  )  [protected, virtual]

Friends And Related Function Documentation

friend class sc_export_registry [friend]

Definition at line 52 of file sc_export.h.


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

Generated on 30 Sep 2016 for SystemC by  doxygen 1.6.1