SystemC 3.0.0
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) |
![]() | |
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 |
![]() | |
virtual | ~sc_value_base () |
Protected Member Functions | |
sc_int_subref () | |
![]() | |
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 | |
![]() | |
int | m_left |
sc_int_base * | m_obj_p |
int | m_right |
Definition at line 453 of file sc_int_base.h.
|
inlineprotected |
Definition at line 463 of file sc_int_base.h.
|
inline |
Definition at line 470 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.
|
inline |
Definition at line 1222 of file sc_int_base.h.
sc_int_subref & sc_dt::sc_int_subref::operator= | ( | const sc_bv_base & | ) |
|
inline |
Definition at line 485 of file sc_int_base.h.
|
inline |
Definition at line 1215 of file sc_int_base.h.
|
inline |
Definition at line 481 of file sc_int_base.h.
|
inline |
Definition at line 478 of file sc_int_base.h.
sc_int_subref & sc_dt::sc_int_subref::operator= | ( | const sc_lv_base & | ) |
sc_int_subref & sc_dt::sc_int_subref::operator= | ( | const sc_signed & | ) |
sc_int_subref & sc_dt::sc_int_subref::operator= | ( | const sc_unsigned & | ) |
|
inline |
Definition at line 505 of file sc_int_base.h.
|
inline |
Definition at line 499 of file sc_int_base.h.
sc_int_subref & sc_dt::sc_int_subref::operator= | ( | int_type | v | ) |
|
inline |
Definition at line 493 of file sc_int_base.h.
|
inline |
Definition at line 502 of file sc_int_base.h.
|
inline |
Definition at line 496 of file sc_int_base.h.
|
inline |
Definition at line 490 of file sc_int_base.h.
void sc_dt::sc_int_subref::scan | ( | ::std::istream & | is = ::std::cin | ) |
|
friend |
Definition at line 456 of file sc_int_base.h.
|
friend |
Definition at line 456 of file sc_int_base.h.