gem5  v20.1.0.0
Public Types | Public Member Functions | Private Attributes | List of all members
sc_gem5::ScExportWrapper< IF > Class Template Reference

#include <sc_port_wrapper.hh>

Public Types

using ScExport = sc_core::sc_export< IF >
 

Public Member Functions

 ScExportWrapper (ScExport &p, const std::string &name, PortID id)
 
ScExportport ()
 
void unbind () override
 
void bind (::Port &peer) override
 

Private Attributes

ScExportport_
 

Detailed Description

template<typename IF>
class sc_gem5::ScExportWrapper< IF >

Definition at line 49 of file sc_port_wrapper.hh.

Member Typedef Documentation

◆ ScExport

template<typename IF >
using sc_gem5::ScExportWrapper< IF >::ScExport = sc_core::sc_export<IF>

Definition at line 136 of file sc_port_wrapper.hh.

Constructor & Destructor Documentation

◆ ScExportWrapper()

template<typename IF >
sc_gem5::ScExportWrapper< IF >::ScExportWrapper ( ScExport p,
const std::string &  name,
PortID  id 
)
inline

Definition at line 138 of file sc_port_wrapper.hh.

Member Function Documentation

◆ bind()

template<typename IF >
void sc_gem5::ScExportWrapper< IF >::bind ( ::Port peer)
inlineoverride

◆ port()

template<typename IF >
ScExport& sc_gem5::ScExportWrapper< IF >::port ( )
inline

Definition at line 143 of file sc_port_wrapper.hh.

References sc_gem5::ScExportWrapper< IF >::port_.

◆ unbind()

template<typename IF >
void sc_gem5::ScExportWrapper< IF >::unbind ( )
inlineoverride

Definition at line 149 of file sc_port_wrapper.hh.

References panic.

Member Data Documentation

◆ port_

template<typename IF >
ScExport& sc_gem5::ScExportWrapper< IF >::port_
private

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

Generated on Wed Sep 30 2020 14:03:10 for gem5 by doxygen 1.8.17