|
SystemC
Recoding Infrastructure for SystemC v0.6.2 derived from Accellera SystemC 2.3.1
Accellera SystemC proof-of-concept library
|
#include <sysc/datatypes/int/sc_uint_base.h>


Public Member Functions | |
| sc_uint_subref (const sc_uint_subref &init) | |
| sc_uint_subref & | operator= (uint_type v) |
| sc_uint_subref & | operator= (const sc_uint_base &a) |
| sc_uint_subref & | operator= (const sc_uint_subref_r &a) |
| sc_uint_subref & | operator= (const sc_uint_subref &a) |
| template<class T > | |
| sc_uint_subref & | operator= (const sc_generic_base< T > &a) |
| sc_uint_subref & | operator= (const char *a) |
| sc_uint_subref & | operator= (unsigned long a) |
| sc_uint_subref & | operator= (long a) |
| sc_uint_subref & | operator= (unsigned int a) |
| sc_uint_subref & | operator= (int a) |
| sc_uint_subref & | operator= (int64 a) |
| sc_uint_subref & | operator= (double a) |
| sc_uint_subref & | operator= (const sc_signed &) |
| sc_uint_subref & | operator= (const sc_unsigned &) |
| sc_uint_subref & | operator= (const sc_bv_base &) |
| sc_uint_subref & | operator= (const sc_lv_base &) |
| virtual void | concat_set (int64 src, int low_i) |
| virtual void | concat_set (const sc_signed &src, int low_i) |
| virtual void | concat_set (const sc_unsigned &src, int low_i) |
| virtual void | concat_set (uint64 src, int low_i) |
| void | scan (::std::istream &is=::std::cin) |
Public Member Functions inherited from sc_dt::sc_uint_subref_r | |
| sc_uint_subref_r (const sc_uint_subref_r &init) | |
| virtual | ~sc_uint_subref_r () |
| int | length () const |
| virtual int | concat_length (bool *xz_present_p) const |
| virtual bool | concat_get_ctrl (sc_digit *dst_p, int low_i) const |
| virtual bool | concat_get_data (sc_digit *dst_p, int low_i) const |
| virtual uint64 | concat_get_uint64 () const |
| bool | and_reduce () const |
| bool | nand_reduce () const |
| bool | or_reduce () const |
| bool | nor_reduce () const |
| bool | xor_reduce () const |
| bool | xnor_reduce () const |
| operator uint_type () const | |
| uint_type | value () const |
| int | to_int () const |
| unsigned int | to_uint () const |
| long | to_long () const |
| unsigned long | to_ulong () const |
| int64 | to_int64 () const |
| uint64 | to_uint64 () const |
| double | to_double () const |
| const std::string | to_string (sc_numrep numrep=SC_DEC) const |
| const std::string | to_string (sc_numrep numrep, bool w_prefix) const |
| void | print (::std::ostream &os=::std::cout) const |
Public Member Functions inherited from sc_dt::sc_value_base | |
| virtual | ~sc_value_base () |
Protected Member Functions | |
| sc_uint_subref () | |
Protected Member Functions inherited from sc_dt::sc_uint_subref_r | |
| sc_uint_subref_r () | |
| void | initialize (const sc_uint_base *obj_p, int left_i, int right_i) |
Static Protected Attributes | |
| static sc_core::sc_vpool < sc_uint_subref > | m_pool |
Friends | |
| class | sc_uint_base |
| class | sc_core::sc_vpool< sc_uint_subref > |
Additional Inherited Members | |
Protected Attributes inherited from sc_dt::sc_uint_subref_r | |
| int | m_left |
| sc_uint_base * | m_obj_p |
| int | m_right |
Definition at line 434 of file sc_uint_base.h.
|
inlineprotected |
Definition at line 444 of file sc_uint_base.h.
|
inline |
Definition at line 448 of file sc_uint_base.h.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
|
virtual |
Reimplemented from sc_dt::sc_value_base.
| sc_uint_subref& sc_dt::sc_uint_subref::operator= | ( | uint_type | v | ) |
|
inline |
Definition at line 1165 of file sc_uint_base.h.
|
inline |
Definition at line 459 of file sc_uint_base.h.
|
inline |
Definition at line 462 of file sc_uint_base.h.
|
inline |
Definition at line 466 of file sc_uint_base.h.
|
inline |
Definition at line 1172 of file sc_uint_base.h.
|
inline |
Definition at line 471 of file sc_uint_base.h.
|
inline |
Definition at line 474 of file sc_uint_base.h.
|
inline |
Definition at line 477 of file sc_uint_base.h.
|
inline |
Definition at line 480 of file sc_uint_base.h.
|
inline |
Definition at line 483 of file sc_uint_base.h.
|
inline |
Definition at line 486 of file sc_uint_base.h.
| sc_uint_subref& sc_dt::sc_uint_subref::operator= | ( | const sc_signed & | ) |
| sc_uint_subref& sc_dt::sc_uint_subref::operator= | ( | const sc_unsigned & | ) |
| sc_uint_subref& sc_dt::sc_uint_subref::operator= | ( | const sc_bv_base & | ) |
| sc_uint_subref& sc_dt::sc_uint_subref::operator= | ( | const sc_lv_base & | ) |
| void sc_dt::sc_uint_subref::scan | ( | ::std::istream & | is = ::std::cin | ) |
|
friend |
Definition at line 438 of file sc_uint_base.h.
|
friend |
Definition at line 437 of file sc_uint_base.h.
|
staticprotected |
Definition at line 506 of file sc_uint_base.h.
1.8.5