gem5
v20.1.0.0
|
#include <sc_export.hh>
Public Member Functions | |
sc_export () | |
sc_export (const char *n) | |
virtual | ~sc_export () |
virtual const char * | kind () const override |
void | operator() (IF &i) |
virtual void | bind (IF &i) |
operator IF & () | |
operator const IF & () const | |
IF * | operator-> () |
const IF * | operator-> () const |
sc_interface * | get_iterface () override |
const sc_interface * | get_interface () const override |
Public Member Functions inherited from sc_core::sc_export_base | |
sc_export_base (const char *n) | |
~sc_export_base () | |
Public Member Functions inherited from sc_core::sc_object | |
const char * | name () const |
const char * | basename () 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_object * | get_parent_object () const |
bool | add_attribute (sc_attr_base &) |
sc_attr_base * | get_attribute (const std::string &) |
sc_attr_base * | remove_attribute (const std::string &) |
void | remove_all_attributes () |
int | num_attributes () const |
sc_attr_cltn & | attr_cltn () |
const sc_attr_cltn & | attr_cltn () const |
sc_simcontext * | simcontext () const |
Protected Member Functions | |
void | before_end_of_elaboration () override |
void | end_of_elaboration () override |
void | start_of_simulation () override |
void | end_of_simulation () override |
Protected Member Functions inherited from sc_core::sc_object | |
sc_object () | |
sc_object (const char *) | |
sc_object (const sc_object &) | |
sc_object & | operator= (const sc_object &) |
virtual | ~sc_object () |
Private Member Functions | |
sc_export (const sc_export< IF > &) | |
sc_export< IF > & | operator= (const sc_export< IF > &) |
Private Attributes | |
IF * | interface |
Definition at line 60 of file sc_export.hh.
|
inline |
Definition at line 63 of file sc_export.hh.
|
inlineexplicit |
Definition at line 66 of file sc_export.hh.
|
inlinevirtual |
Definition at line 69 of file sc_export.hh.
|
private |
|
inlineoverrideprotectedvirtual |
Implements sc_core::sc_export_base.
Definition at line 110 of file sc_export.hh.
|
inlinevirtual |
|
inlineoverrideprotectedvirtual |
Implements sc_core::sc_export_base.
Definition at line 112 of file sc_export.hh.
|
inlineoverrideprotectedvirtual |
Implements sc_core::sc_export_base.
Definition at line 121 of file sc_export.hh.
|
inlineoverridevirtual |
Implements sc_core::sc_export_base.
Definition at line 107 of file sc_export.hh.
|
inlineoverridevirtual |
Implements sc_core::sc_export_base.
Definition at line 106 of file sc_export.hh.
|
inlineoverridevirtual |
Reimplemented from sc_core::sc_object.
Definition at line 71 of file sc_export.hh.
Referenced by sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >::end_of_elaboration().
|
inline |
Definition at line 89 of file sc_export.hh.
|
inline |
Definition at line 83 of file sc_export.hh.
|
inline |
Definition at line 73 of file sc_export.hh.
|
inline |
Definition at line 92 of file sc_export.hh.
|
inline |
Definition at line 99 of file sc_export.hh.
|
private |
|
inlineoverrideprotectedvirtual |
Implements sc_core::sc_export_base.
Definition at line 120 of file sc_export.hh.
|
private |
Definition at line 124 of file sc_export.hh.
Referenced by sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >::bind(), sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >::end_of_elaboration(), sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >::get_interface(), sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >::get_iterface(), sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >::operator const tlm::tlm_transport_if< REQ, RSP > &(), sc_core::sc_export< tlm::tlm_transport_if< REQ, RSP > >::operator tlm::tlm_transport_if< REQ, RSP > &(), and sc_core::sc_export< tlm::tlm_fifo_get_if< RSP > >::operator->().