#include <sc_unsigned.h>
Inheritance diagram for sc_dt::sc_unsigned_bitref_r:


Public Methods | |
| virtual | ~sc_unsigned_bitref_r () |
| sc_unsigned_bitref_r (const sc_unsigned_bitref_r &a) | |
| sc_unsigned_bitref_r * | clone () const |
| int | length () const |
| operator bool () 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 (unsigned long *dst_p, int low_i) const |
| virtual bool | concat_get_data (unsigned long *dst_p, int low_i) const |
| void | print (ostream &os=cout) const |
Protected Methods | |
| sc_unsigned_bitref_r (const sc_unsigned &obj_, int index_) | |
Protected Attributes | |
| sc_unsigned * | m_obj_p |
| int | m_index |
Friends | |
| class | sc_unsigned |
|
||||||||||||
|
Definition at line 123 of file sc_unsigned.h. References CCAST, m_index, and m_obj_p. Referenced by clone(). |
|
|
Definition at line 131 of file sc_unsigned.h. |
|
|
Definition at line 136 of file sc_unsigned.h. |
|
|
Reimplemented in sc_dt::sc_unsigned_bitref. Definition at line 143 of file sc_unsigned.h. References sc_unsigned_bitref_r(). |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 175 of file sc_unsigned.h. References BITS_PER_DIGIT. |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 182 of file sc_unsigned.h. References BITS_PER_DIGIT, and operator bool(). |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 173 of file sc_unsigned.h. References operator bool(), and sc_dt::uint64. |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 171 of file sc_unsigned.h. |
|
|
Definition at line 149 of file sc_unsigned.h. |
|
|
Definition at line 5605 of file sc_unsigned.cpp. Referenced by concat_get_data(), concat_get_uint64(), to_bool(), and value(). |
|
|
Definition at line 5611 of file sc_unsigned.cpp. |
|
|
Definition at line 5617 of file sc_unsigned.cpp. |
|
|
Definition at line 202 of file sc_unsigned.h. References to_bool(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 165 of file sc_unsigned.h. References operator bool(). Referenced by print(). |
|
|
Definition at line 162 of file sc_unsigned.h. References operator bool(). |
|
|
Reimplemented in sc_dt::sc_unsigned_bitref. Definition at line 117 of file sc_unsigned.h. |
|
|
Definition at line 208 of file sc_unsigned.h. Referenced by sc_unsigned_bitref_r(). |
|
|
Definition at line 207 of file sc_unsigned.h. Referenced by sc_unsigned_bitref_r(). |
1.2.18