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


Public Methods | |
| 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 |
| void | print (ostream &os=cout) const |
Protected Methods | |
| sc_signed_bitref_r (const sc_signed &obj_, int index_) | |
Protected Attributes | |
| sc_signed & | m_obj |
| int | m_index |
Friends | |
| class | sc_signed |
|
||||||||||||
|
Definition at line 127 of file sc_signed.h. References CCAST, m_index, and m_obj. Referenced by clone(). |
|
|
Definition at line 135 of file sc_signed.h. |
|
|
Reimplemented in sc_dt::sc_signed_bitref. Definition at line 142 of file sc_signed.h. References sc_signed_bitref_r(). Referenced by sc_dt::concat(), and sc_dt::operator,(). |
|
|
Definition at line 148 of file sc_signed.h. |
|
|
Definition at line 7207 of file sc_signed.cpp. |
|
|
Definition at line 7213 of file sc_signed.cpp. |
|
|
Definition at line 7219 of file sc_signed.cpp. |
|
|
Definition at line 170 of file sc_signed.h. References to_bool(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 164 of file sc_signed.h. References operator bool(). Referenced by print(). |
|
|
Definition at line 161 of file sc_signed.h. References operator bool(). |
|
|
Reimplemented in sc_dt::sc_signed_bitref. Definition at line 121 of file sc_signed.h. |
|
|
Definition at line 176 of file sc_signed.h. Referenced by sc_signed_bitref_r(). |
|
|
Definition at line 175 of file sc_signed.h. Referenced by sc_signed_bitref_r(). |
1.2.18