#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 71 of file sc_length_param.h.
| sc_dt::sc_length_param::sc_length_param | ( | ) | [inline] |
Definition at line 113 of file sc_length_param.h.
| sc_dt::sc_length_param::sc_length_param | ( | int | len_ | ) | [inline] |
Definition at line 119 of file sc_length_param.h.
| sc_dt::sc_length_param::sc_length_param | ( | const sc_length_param & | a | ) | [inline] |
Definition at line 126 of file sc_length_param.h.
| sc_dt::sc_length_param::sc_length_param | ( | sc_without_context | ) | [inline, explicit] |
Definition at line 131 of file sc_length_param.h.
| sc_length_param & sc_dt::sc_length_param::operator= | ( | const sc_length_param & | a | ) | [inline] |
Definition at line 138 of file sc_length_param.h.
| int sc_dt::sc_length_param::len | ( | ) | const [inline] |
Definition at line 165 of file sc_length_param.h.
| void sc_dt::sc_length_param::len | ( | int | len_ | ) | [inline] |
Definition at line 172 of file sc_length_param.h.
| const std::string sc_dt::sc_length_param::to_string | ( | ) | const |
Definition at line 59 of file sc_length_param.cpp.
| void sc_dt::sc_length_param::print | ( | ::std::ostream & | os = ::std::cout |
) | const |
Definition at line 75 of file sc_length_param.cpp.
| void sc_dt::sc_length_param::dump | ( | ::std::ostream & | os = ::std::cout |
) | const |
Definition at line 81 of file sc_length_param.cpp.
| bool operator== | ( | const sc_length_param & | a, | |
| const sc_length_param & | b | |||
| ) | [friend] |
| bool operator!= | ( | const sc_length_param & | a, | |
| const sc_length_param & | b | |||
| ) | [friend] |
1.5.5