#include <sc_int_base.h>
Inheritance diagram for sc_dt::sc_int_bitref_r:


Public Methods | |
| sc_int_bitref_r (const sc_int_bitref_r &a) | |
| sc_int_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_int_bitref_r (const sc_int_base &obj_, int index_) | |
Protected Attributes | |
| sc_int_base & | m_obj |
| int | m_index |
Friends | |
| class | sc_int_base |
|
||||||||||||
|
Definition at line 537 of file sc_int_base.h. References CCAST, m_index, and m_obj. Referenced by clone(). |
|
|
Definition at line 545 of file sc_int_base.h. |
|
|
Reimplemented in sc_dt::sc_int_bitref. Definition at line 552 of file sc_int_base.h. References sc_int_bitref_r(). Referenced by sc_dt::concat(), and sc_dt::operator,(). |
|
|
Definition at line 558 of file sc_int_base.h. |
|
|
Definition at line 2468 of file sc_int_base.h. References m_index, m_obj, and sc_dt::sc_int_base::test(). |
|
|
Definition at line 2475 of file sc_int_base.h. References m_index, m_obj, and sc_dt::sc_int_base::test(). |
|
|
Definition at line 2482 of file sc_int_base.h. References m_index, m_obj, and sc_dt::sc_int_base::test(). |
|
|
Definition at line 585 of file sc_int_base.h. References to_bool(). Referenced by sc_dt::operator<<(). |
|
|
Definition at line 579 of file sc_int_base.h. References operator bool(). Referenced by print(). |
|
|
Definition at line 576 of file sc_int_base.h. References operator bool(). |
|
|
Reimplemented in sc_dt::sc_int_bitref. Definition at line 531 of file sc_int_base.h. |
|
|
Definition at line 591 of file sc_int_base.h. Referenced by sc_dt::sc_int_bitref::operator &=(), operator bool(), operator!(), sc_dt::sc_int_bitref::operator=(), sc_dt::sc_int_bitref::operator^=(), sc_dt::sc_int_bitref::operator|=(), operator~(), and sc_int_bitref_r(). |
|
|
Definition at line 590 of file sc_int_base.h. Referenced by sc_dt::sc_int_bitref::operator &=(), operator bool(), operator!(), sc_dt::sc_int_bitref::operator=(), sc_dt::sc_int_bitref::operator^=(), sc_dt::sc_int_bitref::operator|=(), operator~(), and sc_int_bitref_r(). |
1.2.18