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_bitref (const sc_int_bitref &a) | |
sc_int_bitref & | operator= (const sc_int_bitref_r &b) |
sc_int_bitref & | operator= (const sc_int_bitref &b) |
sc_int_bitref & | operator= (bool b) |
sc_int_bitref & | operator&= (bool b) |
sc_int_bitref & | operator|= (bool b) |
sc_int_bitref & | operator^= (bool b) |
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_bitref_r | |
sc_int_bitref_r (const sc_int_bitref_r &a) | |
virtual | ~sc_int_bitref_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 |
operator uint64 () const | |
bool | operator! () const |
bool | operator~ () const |
uint64 | value () const |
bool | to_bool () 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_bitref > | m_pool |
Friends | |
class | sc_int_base |
class | sc_core::sc_vpool< sc_int_bitref > |
Additional Inherited Members | |
Protected Member Functions inherited from sc_dt::sc_int_bitref_r | |
sc_int_bitref_r () | |
void | initialize (const sc_int_base *obj_p, int index_) |
Protected Attributes inherited from sc_dt::sc_int_bitref_r | |
int | m_index |
sc_int_base * | m_obj_p |
Definition at line 254 of file sc_int_base.h.
|
inline |
Definition at line 271 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 963 of file sc_int_base.h.
|
inline |
Definition at line 935 of file sc_int_base.h.
|
inline |
Definition at line 944 of file sc_int_base.h.
|
inline |
Definition at line 953 of file sc_int_base.h.
|
inline |
Definition at line 985 of file sc_int_base.h.
|
inline |
Definition at line 974 of file sc_int_base.h.
void sc_dt::sc_int_bitref::scan | ( | ::std::istream & | is = ::std::cin | ) |
|
friend |
Definition at line 258 of file sc_int_base.h.
|
friend |
Definition at line 257 of file sc_int_base.h.
|
static |
Definition at line 297 of file sc_int_base.h.