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


Public Methods | |
| virtual | ~sc_signed_subref_r () |
| 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 |
| 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 |
| bool | and_reduce () const |
| bool | nand_reduce () const |
| bool | or_reduce () const |
| bool | nor_reduce () const |
| bool | xor_reduce () const |
| bool | xnor_reduce () const |
| void | print (ostream &os=cout) const |
Protected Methods | |
| sc_signed_subref_r (const sc_signed &obj_, int left_, int right_) | |
| sc_signed_subref_r () | |
Protected Attributes | |
| sc_signed * | m_obj_p |
| int | m_left |
| int | m_right |
Friends | |
| class | sc_signed |
| class | sc_signed_signal |
|
||||||||||||||||
|
Definition at line 304 of file sc_signed.h. |
|
|
Definition at line 308 of file sc_signed.h. Referenced by clone(). |
|
|
Definition at line 316 of file sc_signed.h. |
|
|
Definition at line 321 of file sc_signed.h. |
|
|
Definition at line 1583 of file sc_signed.h. References m_left, m_obj_p, m_right, and sc_dt::sc_signed::test(). Referenced by nand_reduce(). |
|
|
Reimplemented in sc_dt::sc_signed_subref. Definition at line 328 of file sc_signed.h. References sc_signed_subref_r(). |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 7724 of file sc_signed.cpp. |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 7732 of file sc_signed.cpp. |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 7717 of file sc_signed.cpp. |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 362 of file sc_signed.h. |
|
|
Definition at line 334 of file sc_signed.h. References m_left, and m_right. Referenced by sc_dt::sc_signed_subref::operator=(). |
|
|
Definition at line 1591 of file sc_signed.h. References and_reduce(). |
|
|
Definition at line 1604 of file sc_signed.h. References or_reduce(). |
|
|
Definition at line 7742 of file sc_signed.cpp. |
|
|
Definition at line 1596 of file sc_signed.h. References m_left, m_obj_p, m_right, and sc_dt::sc_signed::test(). Referenced by nor_reduce(). |
|
|
Definition at line 383 of file sc_signed.h. References to_string(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 7793 of file sc_signed.cpp. |
|
|
Definition at line 7751 of file sc_signed.cpp. |
|
|
Definition at line 7779 of file sc_signed.cpp. |
|
|
Definition at line 7765 of file sc_signed.cpp. |
|
||||||||||||
|
Definition at line 7811 of file sc_signed.cpp. |
|
|
Definition at line 7803 of file sc_signed.cpp. Referenced by print(). |
|
|
Definition at line 7758 of file sc_signed.cpp. |
|
|
Definition at line 7786 of file sc_signed.cpp. |
|
|
Definition at line 7772 of file sc_signed.cpp. |
|
|
Definition at line 1619 of file sc_signed.h. References xor_reduce(). |
|
|
Definition at line 1609 of file sc_signed.h. References m_left, m_obj_p, m_right, and sc_dt::sc_signed::test(). Referenced by xnor_reduce(). |
|
|
Reimplemented in sc_dt::sc_signed_subref. Definition at line 297 of file sc_signed.h. |
|
|
Definition at line 298 of file sc_signed.h. |
|
|
Definition at line 389 of file sc_signed.h. Referenced by and_reduce(), concat_length(), length(), or_reduce(), sc_signed_subref_r(), and xor_reduce(). |
|
|
Definition at line 388 of file sc_signed.h. Referenced by and_reduce(), or_reduce(), sc_signed_subref_r(), and xor_reduce(). |
|
|
Definition at line 390 of file sc_signed.h. Referenced by and_reduce(), concat_length(), length(), or_reduce(), sc_signed_subref_r(), and xor_reduce(). |
1.2.18