#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) |
| 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 |
Static Public Attributes | |
| static sc_core::sc_vpool < sc_int_bitref > | m_pool |
Protected Member Functions | |
| void | initialize (const sc_int_base *obj_p, int index_) |
Protected Attributes | |
| int | m_index |
| sc_int_base * | m_obj_p |
Friends | |
| class | sc_int_base |
| class | sc_core::sc_vpool< sc_int_bitref > |
Definition at line 244 of file sc_int_base.h.
| sc_dt::sc_int_bitref::sc_int_bitref | ( | const sc_int_bitref & | a | ) | [inline] |
Definition at line 261 of file sc_int_base.h.
| sc_int_bitref & sc_dt::sc_int_bitref::operator= | ( | const sc_int_bitref_r & | b | ) | [inline] |
| sc_int_bitref & sc_dt::sc_int_bitref::operator= | ( | const sc_int_bitref & | b | ) | [inline] |
Definition at line 932 of file sc_int_base.h.
| sc_int_bitref & sc_dt::sc_int_bitref::operator= | ( | bool | b | ) | [inline] |
Definition at line 941 of file sc_int_base.h.
| sc_int_bitref & sc_dt::sc_int_bitref::operator &= | ( | bool | b | ) | [inline] |
Definition at line 951 of file sc_int_base.h.
| sc_int_bitref & sc_dt::sc_int_bitref::operator|= | ( | bool | b | ) | [inline] |
Definition at line 962 of file sc_int_base.h.
| sc_int_bitref & sc_dt::sc_int_bitref::operator^= | ( | bool | b | ) | [inline] |
Definition at line 973 of file sc_int_base.h.
| void sc_dt::sc_int_bitref::concat_set | ( | int64 | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_int_bitref::concat_set | ( | const sc_signed & | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_int_bitref::concat_set | ( | const sc_unsigned & | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_int_bitref::concat_set | ( | uint64 | src, | |
| int | low_i | |||
| ) | [virtual] |
| void sc_dt::sc_int_bitref::scan | ( | ::std::istream & | is = ::std::cin |
) |
Definition at line 123 of file sc_int_base.cpp.
| void sc_dt::sc_int_bitref_r::initialize | ( | const sc_int_base * | obj_p, | |
| int | index_ | |||
| ) | [inline, protected, inherited] |
Definition at line 136 of file sc_int_base.h.
| int sc_dt::sc_int_bitref_r::length | ( | ) | const [inline, inherited] |
Definition at line 157 of file sc_int_base.h.
| virtual int sc_dt::sc_int_bitref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual, inherited] |
| virtual bool sc_dt::sc_int_bitref_r::concat_get_ctrl | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual, inherited] |
| virtual bool sc_dt::sc_int_bitref_r::concat_get_data | ( | sc_digit * | dst_p, | |
| int | low_i | |||
| ) | const [inline, virtual, inherited] |
| virtual uint64 sc_dt::sc_int_bitref_r::concat_get_uint64 | ( | ) | const [inline, virtual, inherited] |
| sc_dt::sc_int_bitref_r::operator uint64 | ( | ) | const [inline, inherited] |
Definition at line 883 of file sc_int_base.h.
| bool sc_dt::sc_int_bitref_r::operator! | ( | ) | const [inline, inherited] |
Definition at line 890 of file sc_int_base.h.
| bool sc_dt::sc_int_bitref_r::operator~ | ( | ) | const [inline, inherited] |
Definition at line 897 of file sc_int_base.h.
| uint64 sc_dt::sc_int_bitref_r::value | ( | ) | const [inline, inherited] |
Definition at line 210 of file sc_int_base.h.
| bool sc_dt::sc_int_bitref_r::to_bool | ( | ) | const [inline, inherited] |
Definition at line 213 of file sc_int_base.h.
| void sc_dt::sc_int_bitref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline, inherited] |
Definition at line 219 of file sc_int_base.h.
friend class sc_int_base [friend] |
friend class sc_core::sc_vpool< sc_int_bitref > [friend] |
Definition at line 248 of file sc_int_base.h.
Definition at line 287 of file sc_int_base.h.
int sc_dt::sc_int_bitref_r::m_index [protected, inherited] |
Definition at line 223 of file sc_int_base.h.
sc_int_base* sc_dt::sc_int_bitref_r::m_obj_p [protected, inherited] |
Definition at line 224 of file sc_int_base.h.
1.5.5