#include <sysc/datatypes/int/sc_unsigned.h>


Public Member Functions | |
| sc_unsigned_bitref (const sc_unsigned_bitref &a) | |
| const sc_unsigned_bitref & | operator= (const sc_unsigned_bitref_r &) |
| const sc_unsigned_bitref & | operator= (const sc_unsigned_bitref &) |
| const sc_unsigned_bitref & | operator= (bool) |
| const sc_unsigned_bitref & | operator &= (bool) |
| const sc_unsigned_bitref & | operator|= (bool) |
| const sc_unsigned_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) |
| 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 () | |
| void | initialize (const sc_unsigned *obj_p, int index_) |
Protected Attributes | |
| int | m_index |
| sc_unsigned * | m_obj_p |
Static Protected Attributes | |
| static sc_core::sc_vpool < sc_unsigned_bitref > | m_pool |
Friends | |
| class | sc_unsigned |
| class | sc_core::sc_vpool< sc_unsigned_bitref > |
Definition at line 722 of file sc_unsigned.h.
| sc_dt::sc_unsigned_bitref::sc_unsigned_bitref | ( | ) | [inline, protected] |
Definition at line 731 of file sc_unsigned.h.
| sc_dt::sc_unsigned_bitref::sc_unsigned_bitref | ( | const sc_unsigned_bitref & | a | ) | [inline] |
Definition at line 738 of file sc_unsigned.h.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator= | ( | const sc_unsigned_bitref_r & | b | ) |
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator= | ( | const sc_unsigned_bitref & | b | ) |
Definition at line 5947 of file sc_unsigned.cpp.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator= | ( | bool | b | ) |
Definition at line 5954 of file sc_unsigned.cpp.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator &= | ( | bool | b | ) |
Definition at line 5962 of file sc_unsigned.cpp.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator|= | ( | bool | b | ) |
Definition at line 5971 of file sc_unsigned.cpp.
| const sc_unsigned_bitref & sc_dt::sc_unsigned_bitref::operator^= | ( | bool | b | ) |
Definition at line 5980 of file sc_unsigned.cpp.
| void sc_dt::sc_unsigned_bitref::concat_set | ( | int64 | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_bitref::concat_set | ( | const sc_signed & | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_bitref::concat_set | ( | const sc_unsigned & | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_bitref::concat_set | ( | uint64 | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_unsigned_bitref::scan | ( | ::std::istream & | is = ::std::cin |
) |
Definition at line 6020 of file sc_unsigned.cpp.
| void sc_dt::sc_unsigned_bitref_r::initialize | ( | const sc_unsigned * | obj_p, | |
| int | index_ | |||
| ) | [inline, protected, inherited] |
Definition at line 621 of file sc_unsigned.h.
| int sc_dt::sc_unsigned_bitref_r::length | ( | ) | const [inline, inherited] |
Definition at line 642 of file sc_unsigned.h.
| sc_dt::sc_unsigned_bitref_r::operator uint64 | ( | ) | const [inherited] |
Definition at line 5913 of file sc_unsigned.cpp.
| bool sc_dt::sc_unsigned_bitref_r::operator! | ( | ) | const [inherited] |
Definition at line 5919 of file sc_unsigned.cpp.
| bool sc_dt::sc_unsigned_bitref_r::operator~ | ( | ) | const [inherited] |
Definition at line 5925 of file sc_unsigned.cpp.
| uint64 sc_dt::sc_unsigned_bitref_r::value | ( | ) | const [inline, inherited] |
Definition at line 655 of file sc_unsigned.h.
| bool sc_dt::sc_unsigned_bitref_r::to_bool | ( | ) | const [inline, inherited] |
Definition at line 658 of file sc_unsigned.h.
| virtual int sc_dt::sc_unsigned_bitref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual, inherited] |
| virtual uint64 sc_dt::sc_unsigned_bitref_r::concat_get_uint64 | ( | ) | const [inline, virtual, inherited] |
| virtual bool sc_dt::sc_unsigned_bitref_r::concat_get_ctrl | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual, inherited] |
| virtual bool sc_dt::sc_unsigned_bitref_r::concat_get_data | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual, inherited] |
| void sc_dt::sc_unsigned_bitref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline, inherited] |
Definition at line 695 of file sc_unsigned.h.
friend class sc_unsigned [friend] |
friend class sc_core::sc_vpool< sc_unsigned_bitref > [friend] |
Definition at line 726 of file sc_unsigned.h.
sc_core::sc_vpool< sc_unsigned_bitref > sc_dt::sc_unsigned_bitref::m_pool [static, protected] |
Definition at line 766 of file sc_unsigned.h.
int sc_dt::sc_unsigned_bitref_r::m_index [protected, inherited] |
Definition at line 700 of file sc_unsigned.h.
sc_unsigned* sc_dt::sc_unsigned_bitref_r::m_obj_p [protected, inherited] |
Definition at line 701 of file sc_unsigned.h.
1.5.5