#include <sc_signed.h>
Inheritance diagram for sc_dt::sc_signed_bitref_r:


Public Methods | |
| virtual | ~sc_signed_bitref_r () |
| sc_signed_bitref_r (const sc_signed_bitref_r &a) | |
| sc_signed_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_signed_bitref_r (const sc_signed &obj_, int index_) | |
Protected Attributes | |
| sc_signed * | m_obj_p |
| int | m_index |
Friends | |
| class | sc_signed |
|
||||||||||||
|
Definition at line 119 of file sc_signed.h. References CCAST, m_index, and m_obj_p. Referenced by clone(). |
|
|
Definition at line 128 of file sc_signed.h. |
|
|
Definition at line 133 of file sc_signed.h. |
|
|
Reimplemented in sc_dt::sc_signed_bitref. Definition at line 140 of file sc_signed.h. References sc_signed_bitref_r(). |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 171 of file sc_signed.h. References BITS_PER_DIGIT. |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 178 of file sc_signed.h. References BITS_PER_DIGIT, and operator bool(). |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 169 of file sc_signed.h. References operator bool(), and sc_dt::uint64. |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 167 of file sc_signed.h. |
|
|
Definition at line 146 of file sc_signed.h. |
|
|
Definition at line 7555 of file sc_signed.cpp. Referenced by concat_get_data(), concat_get_uint64(), to_bool(), and value(). |
|
|
Definition at line 7561 of file sc_signed.cpp. |
|
|
Definition at line 7567 of file sc_signed.cpp. |
|
|
Definition at line 199 of file sc_signed.h. References to_bool(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 162 of file sc_signed.h. References operator bool(). Referenced by print(). |
|
|
Definition at line 159 of file sc_signed.h. References operator bool(). |
|
|
Reimplemented in sc_dt::sc_signed_bitref. Definition at line 113 of file sc_signed.h. |
|
|
Definition at line 205 of file sc_signed.h. Referenced by sc_signed_bitref_r(). |
|
|
Definition at line 204 of file sc_signed.h. Referenced by sc_signed_bitref_r(). |
1.2.18