#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.
sc_dt::sc_length_param::sc_length_param | ( | ) | [inline] |
Definition at line 123 of file sc_length_param.h.
sc_dt::sc_length_param::sc_length_param | ( | int | len_ | ) | [inline] |
Definition at line 129 of file sc_length_param.h.
sc_dt::sc_length_param::sc_length_param | ( | const sc_length_param & | a | ) | [inline] |
Definition at line 135 of file sc_length_param.h.
sc_dt::sc_length_param::sc_length_param | ( | sc_without_context | ) | [inline, explicit] |
Definition at line 140 of file sc_length_param.h.
void sc_dt::sc_length_param::dump | ( | ::std::ostream & | = ::std::cout |
) | const |
void sc_dt::sc_length_param::len | ( | int | len_ | ) | [inline] |
Definition at line 181 of file sc_length_param.h.
int sc_dt::sc_length_param::len | ( | ) | const [inline] |
Definition at line 174 of file sc_length_param.h.
sc_length_param & sc_dt::sc_length_param::operator= | ( | const sc_length_param & | a | ) | [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 |
bool operator!= | ( | const sc_length_param & | , | |
const sc_length_param & | ||||
) | [friend] |
bool operator== | ( | const sc_length_param & | , | |
const sc_length_param & | ||||
) | [friend] |