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


Public Methods | |
| sc_signed_subref_r (const sc_signed_subref_r &a) | |
| sc_signed_subref_r * | clone () const |
| int | length () const |
| operator sc_signed () const | |
| int | to_int () const |
| unsigned int | to_uint () const |
| long | to_long () const |
| unsigned long | to_ulong () const |
| int64 | to_int64 () const |
| uint64 | to_uint64 () const |
| double | to_double () const |
| const sc_string | to_string (sc_numrep numrep=SC_DEC) const |
| const sc_string | to_string (sc_numrep numrep, bool w_prefix) const |
| void | print (ostream &os=cout) const |
Protected Methods | |
| sc_signed_subref_r (const sc_signed &obj_, int left_, int right_) | |
Protected Attributes | |
| sc_signed & | m_obj |
| int | m_left |
| int | m_right |
Friends | |
| class | sc_signed |
|
||||||||||||||||
|
Definition at line 447 of file sc_signed.h. References CCAST, m_left, m_obj, and m_right. Referenced by clone(). |
|
|
Definition at line 456 of file sc_signed.h. |
|
|
Reimplemented in sc_dt::sc_signed_subref. Definition at line 463 of file sc_signed.h. References sc_signed_subref_r(). Referenced by sc_dt::concat(), and sc_dt::operator,(). |
|
|
Definition at line 469 of file sc_signed.h. References m_left, and m_right. Referenced by sc_dt::sc_signed_subref::operator=(). |
|
|
Definition at line 7340 of file sc_signed.cpp. |
|
|
Definition at line 497 of file sc_signed.h. References to_string(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 7391 of file sc_signed.cpp. |
|
|
Definition at line 7349 of file sc_signed.cpp. |
|
|
Definition at line 7377 of file sc_signed.cpp. |
|
|
Definition at line 7363 of file sc_signed.cpp. |
|
||||||||||||
|
Definition at line 7409 of file sc_signed.cpp. |
|
|
Definition at line 7401 of file sc_signed.cpp. Referenced by print(). |
|
|
Definition at line 7356 of file sc_signed.cpp. |
|
|
Definition at line 7384 of file sc_signed.cpp. |
|
|
Definition at line 7370 of file sc_signed.cpp. |
|
|
Reimplemented in sc_dt::sc_signed_subref. Definition at line 441 of file sc_signed.h. |
|
|
Definition at line 503 of file sc_signed.h. Referenced by length(), and sc_signed_subref_r(). |
|
|
Definition at line 502 of file sc_signed.h. Referenced by sc_signed_subref_r(). |
|
|
Definition at line 504 of file sc_signed.h. Referenced by length(), and sc_signed_subref_r(). |
1.2.18