gem5 v24.0.0.0
|
#include <sc_fxcast_switch.hh>
Public Member Functions | |
sc_fxcast_switch () | |
sc_fxcast_switch (sc_switch) | |
sc_fxcast_switch (const sc_fxcast_switch &) | |
sc_fxcast_switch (sc_without_context) | |
sc_fxcast_switch & | operator= (const sc_fxcast_switch &) |
const std::string | to_string () const |
void | print (::std::ostream &=::std::cout) const |
void | dump (::std::ostream &=::std::cout) const |
Private Attributes | |
sc_switch | m_sw |
Friends | |
bool | operator== (const sc_fxcast_switch &a, const sc_fxcast_switch &b) |
bool | operator!= (const sc_fxcast_switch &a, const sc_fxcast_switch &b) |
Definition at line 71 of file sc_fxcast_switch.hh.
|
inline |
Definition at line 114 of file sc_fxcast_switch.hh.
References sc_dt::sc_context< T >::default_value().
|
inline |
Definition at line 119 of file sc_fxcast_switch.hh.
|
inline |
Definition at line 121 of file sc_fxcast_switch.hh.
|
inlineexplicit |
Definition at line 125 of file sc_fxcast_switch.hh.
void sc_dt::sc_fxcast_switch::dump | ( | ::std::ostream & | os = ::std::cout | ) | const |
Definition at line 78 of file sc_fxcast_switch.cc.
References m_sw, and sc_dt::to_string().
Referenced by sc_dt::scfx_params::dump().
|
inline |
Definition at line 130 of file sc_fxcast_switch.hh.
void sc_dt::sc_fxcast_switch::print | ( | ::std::ostream & | os = ::std::cout | ) | const |
Definition at line 72 of file sc_fxcast_switch.cc.
References m_sw, and sc_dt::to_string().
const std::string sc_dt::sc_fxcast_switch::to_string | ( | ) | const |
Definition at line 66 of file sc_fxcast_switch.cc.
References m_sw, and sc_dt::to_string().
|
friend |
Definition at line 145 of file sc_fxcast_switch.hh.
|
friend |
Definition at line 139 of file sc_fxcast_switch.hh.
|
private |
Definition at line 92 of file sc_fxcast_switch.hh.
Referenced by dump(), operator=(), print(), and to_string().