#include <sc_int_base.h>
Inheritance diagram for sc_dt::sc_int_bitref_r:


Public Methods | |
| sc_int_bitref_r (const sc_int_bitref_r &a) | |
| virtual | ~sc_int_bitref_r () |
| sc_int_bitref_r * | clone () const |
| int | length () const |
| virtual int | concat_length (bool *xz_present_p) const |
| virtual bool | concat_get_ctrl (unsigned long *dst_p, int low_i) const |
| virtual bool | concat_get_data (unsigned long *dst_p, int low_i) const |
| virtual uint64 | concat_get_uint64 () const |
| operator bool () const | |
| bool | operator! () const |
| bool | operator~ () const |
| bool | value () const |
| bool | to_bool () const |
| void | print (ostream &os=cout) const |
Protected Methods | |
| sc_int_bitref_r (const sc_int_base &obj_, int index_) | |
Protected Attributes | |
| sc_int_base * | m_obj_p |
| int | m_index |
Friends | |
| class | sc_int_base |
|
||||||||||||
|
Definition at line 104 of file sc_int_base.h. References CCAST, m_index, and m_obj_p. Referenced by clone(). |
|
|
Definition at line 112 of file sc_int_base.h. |
|
|
Definition at line 118 of file sc_int_base.h. |
|
|
Reimplemented in sc_dt::sc_int_bitref. Definition at line 123 of file sc_int_base.h. References sc_int_bitref_r(). |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 141 of file sc_int_base.h. References BITS_PER_DIGIT. |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 149 of file sc_int_base.h. References BITS_PER_DIGIT, and operator bool(). |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 167 of file sc_int_base.h. References operator bool(), and sc_dt::uint64. |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 139 of file sc_int_base.h. |
|
|
Definition at line 129 of file sc_int_base.h. |
|
|
Definition at line 868 of file sc_int_base.h. References m_index, m_obj_p, and sc_dt::sc_int_base::test(). Referenced by concat_get_data(), concat_get_uint64(), to_bool(), and value(). |
|
|
Definition at line 875 of file sc_int_base.h. References m_index, m_obj_p, and sc_dt::sc_int_base::test(). |
|
|
Definition at line 882 of file sc_int_base.h. References m_index, m_obj_p, and sc_dt::sc_int_base::test(). |
|
|
Definition at line 191 of file sc_int_base.h. References to_bool(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 185 of file sc_int_base.h. References operator bool(). Referenced by print(). |
|
|
Definition at line 182 of file sc_int_base.h. References operator bool(). |
|
|
Reimplemented in sc_dt::sc_int_bitref. Definition at line 98 of file sc_int_base.h. |
|
|
Definition at line 197 of file sc_int_base.h. Referenced by sc_dt::sc_int_bitref::operator &=(), operator bool(), operator!(), sc_dt::sc_int_bitref::operator=(), sc_dt::sc_int_bitref::operator^=(), sc_dt::sc_int_bitref::operator|=(), operator~(), and sc_int_bitref_r(). |
|
|
Definition at line 196 of file sc_int_base.h. Referenced by sc_dt::sc_int_bitref::operator &=(), operator bool(), operator!(), sc_dt::sc_int_bitref::operator=(), sc_dt::sc_int_bitref::operator^=(), sc_dt::sc_int_bitref::operator|=(), operator~(), and sc_int_bitref_r(). |
1.2.18