#include <sysc/datatypes/int/sc_unsigned.h>
Public Member Functions | |
virtual | ~sc_unsigned_bitref_r () |
sc_unsigned_bitref_r (const sc_unsigned_bitref_r &a) | |
int | length () const |
operator uint64 () const | |
bool | operator! () const |
bool | operator~ () const |
uint64 | 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 |
Protected Member Functions | |
sc_unsigned_bitref_r () | |
void | initialize (const sc_unsigned *obj_p, int index_) |
Protected Attributes | |
int | m_index |
sc_unsigned * | m_obj_p |
Friends | |
class | sc_unsigned |
Definition at line 623 of file sc_unsigned.h.
sc_dt::sc_unsigned_bitref_r::sc_unsigned_bitref_r | ( | ) | [inline, protected] |
Definition at line 631 of file sc_unsigned.h.
virtual sc_dt::sc_unsigned_bitref_r::~sc_unsigned_bitref_r | ( | ) | [inline, virtual] |
Definition at line 644 of file sc_unsigned.h.
sc_dt::sc_unsigned_bitref_r::sc_unsigned_bitref_r | ( | const sc_unsigned_bitref_r & | a | ) | [inline] |
Definition at line 649 of file sc_unsigned.h.
virtual bool sc_dt::sc_unsigned_bitref_r::concat_get_ctrl | ( | sc_digit * | dst_p, | |
int | low_i | |||
) | const [inline, virtual] |
Reimplemented from sc_dt::sc_value_base.
Definition at line 681 of file sc_unsigned.h.
virtual bool sc_dt::sc_unsigned_bitref_r::concat_get_data | ( | sc_digit * | dst_p, | |
int | low_i | |||
) | const [inline, virtual] |
Reimplemented from sc_dt::sc_value_base.
Definition at line 688 of file sc_unsigned.h.
virtual uint64 sc_dt::sc_unsigned_bitref_r::concat_get_uint64 | ( | ) | const [inline, virtual] |
Reimplemented from sc_dt::sc_value_base.
Definition at line 679 of file sc_unsigned.h.
virtual int sc_dt::sc_unsigned_bitref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual] |
Reimplemented from sc_dt::sc_value_base.
Definition at line 677 of file sc_unsigned.h.
void sc_dt::sc_unsigned_bitref_r::initialize | ( | const sc_unsigned * | obj_p, | |
int | index_ | |||
) | [inline, protected] |
Definition at line 634 of file sc_unsigned.h.
int sc_dt::sc_unsigned_bitref_r::length | ( | ) | const [inline] |
Definition at line 655 of file sc_unsigned.h.
sc_dt::sc_unsigned_bitref_r::operator uint64 | ( | ) | const |
bool sc_dt::sc_unsigned_bitref_r::operator! | ( | ) | const |
bool sc_dt::sc_unsigned_bitref_r::operator~ | ( | ) | const |
void sc_dt::sc_unsigned_bitref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline] |
Definition at line 708 of file sc_unsigned.h.
bool sc_dt::sc_unsigned_bitref_r::to_bool | ( | ) | const [inline] |
Definition at line 671 of file sc_unsigned.h.
uint64 sc_dt::sc_unsigned_bitref_r::value | ( | ) | const [inline] |
Definition at line 668 of file sc_unsigned.h.
friend class sc_unsigned [friend] |
Reimplemented in sc_dt::sc_unsigned_bitref.
Definition at line 625 of file sc_unsigned.h.
int sc_dt::sc_unsigned_bitref_r::m_index [protected] |
Definition at line 713 of file sc_unsigned.h.
sc_unsigned* sc_dt::sc_unsigned_bitref_r::m_obj_p [protected] |
Definition at line 714 of file sc_unsigned.h.