#include <sysc/datatypes/int/sc_signed.h>
Public Member Functions | |
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 |
Protected Member Functions | |
sc_signed_bitref_r () | |
void | initialize (const sc_signed *obj_p, int index_) |
Protected Attributes | |
int | m_index |
sc_signed * | m_obj_p |
Friends | |
class | sc_signed |
Definition at line 718 of file sc_signed.h.
sc_dt::sc_signed_bitref_r::sc_signed_bitref_r | ( | ) | [inline, protected] |
Definition at line 726 of file sc_signed.h.
virtual sc_dt::sc_signed_bitref_r::~sc_signed_bitref_r | ( | ) | [inline, virtual] |
Definition at line 739 of file sc_signed.h.
sc_dt::sc_signed_bitref_r::sc_signed_bitref_r | ( | const sc_signed_bitref_r & | a | ) | [inline] |
Definition at line 744 of file sc_signed.h.
virtual bool sc_dt::sc_signed_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 775 of file sc_signed.h.
virtual bool sc_dt::sc_signed_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 782 of file sc_signed.h.
virtual uint64 sc_dt::sc_signed_bitref_r::concat_get_uint64 | ( | ) | const [inline, virtual] |
Reimplemented from sc_dt::sc_value_base.
Definition at line 773 of file sc_signed.h.
virtual int sc_dt::sc_signed_bitref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual] |
Reimplemented from sc_dt::sc_value_base.
Definition at line 771 of file sc_signed.h.
void sc_dt::sc_signed_bitref_r::initialize | ( | const sc_signed * | obj_p, | |
int | index_ | |||
) | [inline, protected] |
Definition at line 729 of file sc_signed.h.
int sc_dt::sc_signed_bitref_r::length | ( | ) | const [inline] |
Definition at line 750 of file sc_signed.h.
sc_dt::sc_signed_bitref_r::operator uint64 | ( | ) | const |
bool sc_dt::sc_signed_bitref_r::operator! | ( | ) | const |
bool sc_dt::sc_signed_bitref_r::operator~ | ( | ) | const |
void sc_dt::sc_signed_bitref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline] |
Definition at line 803 of file sc_signed.h.
bool sc_dt::sc_signed_bitref_r::to_bool | ( | ) | const [inline] |
Definition at line 766 of file sc_signed.h.
bool sc_dt::sc_signed_bitref_r::value | ( | ) | const [inline] |
Definition at line 763 of file sc_signed.h.
friend class sc_signed [friend] |
Reimplemented in sc_dt::sc_signed_bitref.
Definition at line 720 of file sc_signed.h.
int sc_dt::sc_signed_bitref_r::m_index [protected] |
Definition at line 808 of file sc_signed.h.
sc_signed* sc_dt::sc_signed_bitref_r::m_obj_p [protected] |
Definition at line 809 of file sc_signed.h.