SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/datatypes/int/sc_signed.h>
Public Member Functions | |
sc_signed_bitref (const sc_signed_bitref &a) | |
const sc_signed_bitref & | operator= (const sc_signed_bitref_r &) |
const sc_signed_bitref & | operator= (const sc_signed_bitref &) |
const sc_signed_bitref & | operator= (bool) |
const sc_signed_bitref & | operator&= (bool) |
const sc_signed_bitref & | operator|= (bool) |
const sc_signed_bitref & | operator^= (bool) |
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) |
![]() | |
virtual | ~sc_signed_bitref_r () |
sc_signed_bitref_r (const sc_signed_bitref_r &a) | |
int | length () const |
operator uint64 () const | |
bool | operator! () const |
bool | operator~ () const |
bool | value () const |
bool | to_bool () const |
virtual int | concat_length (bool *xz_present_p) const |
virtual uint64 | concat_get_uint64 () 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 |
void | print (::std::ostream &os=::std::cout) const |
![]() | |
virtual | ~sc_value_base () |
Protected Member Functions | |
sc_signed_bitref () | |
![]() | |
sc_signed_bitref_r () | |
void | initialize (const sc_signed *obj_p, int index_) |
Friends | |
class | sc_signed |
class | sc_core::sc_vpool< sc_signed_bitref > |
Additional Inherited Members | |
![]() | |
int | m_index |
sc_signed * | m_obj_p |
Definition at line 265 of file sc_signed.h.
|
inlineprotected |
Definition at line 273 of file sc_signed.h.
|
inline |
Definition at line 280 of file sc_signed.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.
const sc_signed_bitref & sc_dt::sc_signed_bitref::operator&= | ( | bool | ) |
const sc_signed_bitref & sc_dt::sc_signed_bitref::operator= | ( | bool | ) |
const sc_signed_bitref & sc_dt::sc_signed_bitref::operator= | ( | const sc_signed_bitref & | ) |
const sc_signed_bitref & sc_dt::sc_signed_bitref::operator= | ( | const sc_signed_bitref_r & | ) |
const sc_signed_bitref & sc_dt::sc_signed_bitref::operator^= | ( | bool | ) |
const sc_signed_bitref & sc_dt::sc_signed_bitref::operator|= | ( | bool | ) |
void sc_dt::sc_signed_bitref::scan | ( | ::std::istream & | is = ::std::cin | ) |
|
friend |
Definition at line 268 of file sc_signed.h.
|
friend |
Definition at line 268 of file sc_signed.h.