gem5 v24.0.0.0
|
#include <sc_length_param.hh>
Public Member Functions | |
sc_length_param () | |
sc_length_param (int) | |
sc_length_param (const sc_length_param &) | |
sc_length_param (sc_without_context) | |
sc_length_param & | operator= (const sc_length_param &) |
int | len () const |
void | len (int) |
const std::string | to_string () const |
void | print (::std::ostream &=::std::cout) const |
void | dump (::std::ostream &=::std::cout) const |
Private Attributes | |
int | m_len |
Friends | |
bool | operator== (const sc_length_param &a, const sc_length_param &b) |
bool | operator!= (const sc_length_param &a, const sc_length_param &b) |
Definition at line 82 of file sc_length_param.hh.
|
inline |
Definition at line 126 of file sc_length_param.hh.
References sc_dt::sc_context< T >::default_value().
|
inline |
Definition at line 131 of file sc_length_param.hh.
References SC_CHECK_WL_.
|
inline |
Definition at line 136 of file sc_length_param.hh.
|
inlineexplicit |
Definition at line 140 of file sc_length_param.hh.
void sc_dt::sc_length_param::dump | ( | ::std::ostream & | os = ::std::cout | ) | const |
Definition at line 83 of file sc_length_param.cc.
References m_len.
|
inline |
Definition at line 169 of file sc_length_param.hh.
References m_len.
|
inline |
Definition at line 175 of file sc_length_param.hh.
References m_len, and SC_CHECK_WL_.
|
inline |
Definition at line 146 of file sc_length_param.hh.
void sc_dt::sc_length_param::print | ( | ::std::ostream & | os = ::std::cout | ) | const |
const std::string sc_dt::sc_length_param::to_string | ( | ) | const |
Definition at line 69 of file sc_length_param.cc.
|
friend |
Definition at line 162 of file sc_length_param.hh.
|
friend |
Definition at line 156 of file sc_length_param.hh.
|
private |
Definition at line 104 of file sc_length_param.hh.
Referenced by dump(), len(), len(), operator=(), and print().