SystemC
Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/datatypes/int/sc_length_param.h>
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 |
Friends | |
bool | operator== (const sc_length_param &, const sc_length_param &) |
bool | operator!= (const sc_length_param &, const sc_length_param &) |
Definition at line 81 of file sc_length_param.h.
|
inline |
Definition at line 123 of file sc_length_param.h.
|
inline |
Definition at line 129 of file sc_length_param.h.
|
inline |
Definition at line 135 of file sc_length_param.h.
|
inlineexplicit |
Definition at line 140 of file sc_length_param.h.
void sc_dt::sc_length_param::dump | ( | ::std::ostream & | = ::std::cout | ) | const |
|
inline |
Definition at line 174 of file sc_length_param.h.
|
inline |
Definition at line 181 of file sc_length_param.h.
|
inline |
Definition at line 147 of file sc_length_param.h.
void sc_dt::sc_length_param::print | ( | ::std::ostream & | = ::std::cout | ) | const |
const std::string sc_dt::sc_length_param::to_string | ( | ) | const |
|
friend |
|
friend |