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


Public Methods | |
| virtual | ~sc_unsigned_subref_r () |
| sc_unsigned_subref_r (const sc_unsigned_subref_r &a) | |
| sc_unsigned_subref_r * | clone () const |
| int | length () const |
| operator sc_unsigned () 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_unsigned_subref_r (const sc_unsigned &obj_, int left_, int right_) | |
| sc_unsigned_subref_r () | |
Protected Attributes | |
| sc_unsigned * | m_obj_p |
| int | m_left |
| int | m_right |
Friends | |
| class | sc_unsigned |
| class | sc_unsigned_signal |
|
||||||||||||||||
|
Definition at line 307 of file sc_unsigned.h. |
|
|
Definition at line 311 of file sc_unsigned.h. Referenced by clone(). |
|
|
Definition at line 318 of file sc_unsigned.h. |
|
|
Definition at line 324 of file sc_unsigned.h. |
|
|
Definition at line 1487 of file sc_unsigned.h. References m_left, m_obj_p, m_right, and sc_dt::sc_unsigned::test(). Referenced by nand_reduce(). |
|
|
Reimplemented in sc_dt::sc_unsigned_subref. Definition at line 331 of file sc_unsigned.h. References sc_unsigned_subref_r(). |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 5773 of file sc_unsigned.cpp. |
|
||||||||||||
|
Reimplemented from sc_dt::sc_value_base. Definition at line 5780 of file sc_unsigned.cpp. |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 5766 of file sc_unsigned.cpp. |
|
|
Reimplemented from sc_dt::sc_value_base. Definition at line 365 of file sc_unsigned.h. |
|
|
Definition at line 337 of file sc_unsigned.h. References m_left, and m_right. Referenced by sc_dt::sc_unsigned_subref::operator=(). |
|
|
Definition at line 1495 of file sc_unsigned.h. References and_reduce(). |
|
|
Definition at line 1508 of file sc_unsigned.h. References or_reduce(). |
|
|
Definition at line 5790 of file sc_unsigned.cpp. |
|
|
Definition at line 1500 of file sc_unsigned.h. References m_left, m_obj_p, m_right, and sc_dt::sc_unsigned::test(). Referenced by nor_reduce(). |
|
|
Definition at line 385 of file sc_unsigned.h. References to_string(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 5841 of file sc_unsigned.cpp. |
|
|
Definition at line 5799 of file sc_unsigned.cpp. |
|
|
Definition at line 5827 of file sc_unsigned.cpp. |
|
|
Definition at line 5813 of file sc_unsigned.cpp. |
|
||||||||||||
|
Definition at line 5859 of file sc_unsigned.cpp. |
|
|
Definition at line 5851 of file sc_unsigned.cpp. Referenced by print(). |
|
|
Definition at line 5806 of file sc_unsigned.cpp. |
|
|
Definition at line 5834 of file sc_unsigned.cpp. |
|
|
Definition at line 5820 of file sc_unsigned.cpp. |
|
|
Definition at line 1523 of file sc_unsigned.h. References xor_reduce(). |
|
|
Definition at line 1513 of file sc_unsigned.h. References m_left, m_obj_p, m_right, and sc_dt::sc_unsigned::test(). Referenced by xnor_reduce(). |
|
|
Reimplemented in sc_dt::sc_unsigned_subref. Definition at line 300 of file sc_unsigned.h. |
|
|
Definition at line 301 of file sc_unsigned.h. |
|
|
Definition at line 391 of file sc_unsigned.h. Referenced by and_reduce(), concat_length(), length(), or_reduce(), sc_unsigned_subref_r(), and xor_reduce(). |
|
|
Definition at line 390 of file sc_unsigned.h. Referenced by and_reduce(), or_reduce(), sc_unsigned_subref_r(), and xor_reduce(). |
|
|
Definition at line 392 of file sc_unsigned.h. Referenced by and_reduce(), concat_length(), length(), or_reduce(), sc_unsigned_subref_r(), and xor_reduce(). |
1.2.18