28#ifndef __SYSTEMC_EXT_CORE_SC_EXPORT_HH__
29#define __SYSTEMC_EXT_CORE_SC_EXPORT_HH__
31#include "../channel/messages.hh"
32#include "../utils/sc_report_handler.hh"
71 virtual const char *
kind()
const override {
return "sc_export"; }
73#pragma GCC diagnostic push
81#if defined(__clang__) || (defined(__GNUC__) && (__GNUC__ >= 13))
82#pragma GCC diagnostic ignored "-Woverloaded-virtual"
94#pragma GCC diagnostic pop
127 std::string msg =
"export not bound: export '";
128 msg = msg +
name() +
"' (" +
kind() +
")";
virtual void before_end_of_elaboration()=0
virtual sc_interface * get_iterface()=0
virtual const sc_interface * get_interface() const =0
virtual void start_of_simulation()=0
virtual void end_of_simulation()=0
virtual void end_of_elaboration()=0
const sc_interface * get_interface() const override
void end_of_simulation() override
virtual const char * kind() const override
void operator()(IF &i)
The following warning is disabled because the bind methods are overloaded in the derived class and th...
sc_interface * get_iterface() override
void start_of_simulation() override
void before_end_of_elaboration() override
sc_export< IF > & operator=(const sc_export< IF > &)
sc_export(const sc_export< IF > &)
void end_of_elaboration() override
const char * name() const
const char SC_ID_SC_EXPORT_HAS_NO_INTERFACE_[]
const char SC_ID_SC_EXPORT_ALREADY_BOUND_[]
const char * sc_gen_unique_name(const char *seed)
#define SC_REPORT_ERROR(msg_type, msg)