|
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_int_base.h>


Public Member Functions | |
| sc_int_subref (const sc_int_subref &a) | |
| sc_int_subref & | operator= (int_type v) |
| sc_int_subref & | operator= (const sc_int_base &a) |
| sc_int_subref & | operator= (const sc_int_subref_r &a) |
| sc_int_subref & | operator= (const sc_int_subref &a) |
| template<class T > | |
| sc_int_subref & | operator= (const sc_generic_base< T > &a) |
| sc_int_subref & | operator= (const char *a) |
| sc_int_subref & | operator= (unsigned long a) |
| sc_int_subref & | operator= (long a) |
| sc_int_subref & | operator= (unsigned int a) |
| sc_int_subref & | operator= (int a) |
| sc_int_subref & | operator= (uint64 a) |
| sc_int_subref & | operator= (double a) |
| sc_int_subref & | operator= (const sc_signed &) |
| sc_int_subref & | operator= (const sc_unsigned &) |
| sc_int_subref & | operator= (const sc_bv_base &) |
| sc_int_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_int_subref_r | |
| sc_int_subref_r (const sc_int_subref_r &a) | |
| virtual | ~sc_int_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 () |
Static Public Attributes | |
| static sc_core::sc_vpool < sc_int_subref > | m_pool |
Protected Member Functions | |
| sc_int_subref () | |
Protected Member Functions inherited from sc_dt::sc_int_subref_r | |
| sc_int_subref_r () | |
| void | initialize (const sc_int_base *obj_p, int left_i, int right_i) |
Friends | |
| class | sc_int_base |
| class | sc_core::sc_vpool< sc_int_subref > |
Additional Inherited Members | |
Protected Attributes inherited from sc_dt::sc_int_subref_r | |
| int | m_left |
| sc_int_base * | m_obj_p |
| int | m_right |
Definition at line 448 of file sc_int_base.h.
|
inlineprotected |
Definition at line 458 of file sc_int_base.h.
|
inline |
Definition at line 465 of file sc_int_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_int_subref& sc_dt::sc_int_subref::operator= | ( | int_type | v | ) |
|
inline |
Definition at line 1195 of file sc_int_base.h.
|
inline |
Definition at line 473 of file sc_int_base.h.
|
inline |
Definition at line 476 of file sc_int_base.h.
|
inline |
Definition at line 480 of file sc_int_base.h.
|
inline |
Definition at line 1202 of file sc_int_base.h.
|
inline |
Definition at line 485 of file sc_int_base.h.
|
inline |
Definition at line 488 of file sc_int_base.h.
|
inline |
Definition at line 491 of file sc_int_base.h.
|
inline |
Definition at line 494 of file sc_int_base.h.
|
inline |
Definition at line 497 of file sc_int_base.h.
|
inline |
Definition at line 500 of file sc_int_base.h.
| sc_int_subref& sc_dt::sc_int_subref::operator= | ( | const sc_signed & | ) |
| sc_int_subref& sc_dt::sc_int_subref::operator= | ( | const sc_unsigned & | ) |
| sc_int_subref& sc_dt::sc_int_subref::operator= | ( | const sc_bv_base & | ) |
| sc_int_subref& sc_dt::sc_int_subref::operator= | ( | const sc_lv_base & | ) |
| void sc_dt::sc_int_subref::scan | ( | ::std::istream & | is = ::std::cin | ) |
|
friend |
Definition at line 452 of file sc_int_base.h.
|
friend |
Definition at line 451 of file sc_int_base.h.
|
static |
Definition at line 520 of file sc_int_base.h.
1.8.5