gem5 v25.0.0.1
Loading...
Searching...
No Matches
sc_export_base Class Referenceabstract

#include <sc_export.hh>

Inheritance diagram for sc_export_base:
sc_core::sc_object sc_core::sc_export< bw_interface_type > sc_core::sc_export< fw_interface_type > sc_core::sc_export< tlm_fw_transport_if<> > sc_core::sc_export< tlm_fw_transport_if< tlm_base_protocol_types > > sc_core::sc_export< tlm_fw_transport_if< tlm::tlm_base_protocol_types > > sc_core::sc_export< tlm_fw_transport_if< TYPES > > sc_core::sc_export< tlm_fw_transport_if< my_extended_payload_types > > sc_core::sc_export< tlm::tlm_fifo_get_if< REQ > > sc_core::sc_export< tlm::tlm_fifo_put_if< RSP > > sc_core::sc_export< tlm::tlm_fifo_put_if< REQ > > sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > > sc_core::sc_export< tlm::tlm_master_if< REQ, RSP > > sc_core::sc_export< tlm::tlm_slave_if< REQ, RSP > > sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > > sc_core::sc_export< IF >

Public Member Functions

 sc_export_base (const char *n)
 ~sc_export_base ()
virtual sc_interfaceget_iterface ()=0
virtual const sc_interfaceget_interface () const=0
Public Member Functions inherited from sc_core::sc_object
const char * name () const
const char * basename () const
virtual const char * kind () const
virtual void print (std::ostream &=std::cout) const
virtual void dump (std::ostream &=std::cout) const
virtual const std::vector< sc_object * > & get_child_objects () const
virtual const std::vector< sc_event * > & get_child_events () const
sc_objectget_parent_object () const
bool add_attribute (sc_attr_base &)
sc_attr_baseget_attribute (const std::string &)
sc_attr_baseremove_attribute (const std::string &)
void remove_all_attributes ()
int num_attributes () const
sc_attr_cltnattr_cltn ()
const sc_attr_cltnattr_cltn () const
sc_simcontextsimcontext () const

Protected Member Functions

virtual void before_end_of_elaboration ()=0
virtual void end_of_elaboration ()=0
virtual void start_of_simulation ()=0
virtual void end_of_simulation ()=0
Protected Member Functions inherited from sc_core::sc_object
 sc_object ()
 sc_object (const char *)
 sc_object (const sc_object &)
sc_objectoperator= (const sc_object &)
virtual ~sc_object ()

Friends

class sc_gem5::Module

Detailed Description

Definition at line 41 of file sc_export.hh.

Constructor & Destructor Documentation

◆ sc_export_base()

sc_core::sc_export_base::sc_export_base ( const char * n)

Definition at line 56 of file sc_export.cc.

◆ ~sc_export_base()

sc_core::sc_export_base::~sc_export_base ( )

Definition at line 71 of file sc_export.cc.

Member Function Documentation

◆ before_end_of_elaboration()

virtual void sc_core::sc_export_base::before_end_of_elaboration ( )
protectedpure virtual

◆ end_of_elaboration()

virtual void sc_core::sc_export_base::end_of_elaboration ( )
protectedpure virtual

◆ end_of_simulation()

virtual void sc_core::sc_export_base::end_of_simulation ( )
protectedpure virtual

◆ get_interface()

virtual const sc_interface * sc_core::sc_export_base::get_interface ( ) const
pure virtual

◆ get_iterface()

virtual sc_interface * sc_core::sc_export_base::get_iterface ( )
pure virtual

◆ start_of_simulation()

virtual void sc_core::sc_export_base::start_of_simulation ( )
protectedpure virtual

◆ sc_gem5::Module

friend class sc_gem5::Module
friend

Definition at line 51 of file sc_export.hh.


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

Generated on Sat Oct 18 2025 08:06:48 for gem5 by doxygen 1.14.0