#include <sysc/datatypes/int/sc_signed.h>


Public Member Functions | |
| sc_signed_bitref (const sc_signed_bitref &a) | |
| const sc_signed_bitref & | operator= (const sc_signed_bitref_r &) | 
| const sc_signed_bitref & | operator= (const sc_signed_bitref &) | 
| const sc_signed_bitref & | operator= (bool) | 
| const sc_signed_bitref & | operator&= (bool) | 
| const sc_signed_bitref & | operator|= (bool) | 
| const sc_signed_bitref & | operator^= (bool) | 
| virtual void | concat_set (int64 src, int low_i) | 
| virtual void | concat_set (const sc_signed &src, int low_i) | 
| virtual void | concat_set (const sc_unsigned &src, int low_i) | 
| virtual void | concat_set (uint64 src, int low_i) | 
| void | scan (::std::istream &is=::std::cin) | 
Protected Member Functions | |
| sc_signed_bitref () | |
Static Protected Attributes | |
| static sc_core::sc_vpool < sc_signed_bitref >  | m_pool | 
Friends | |
| class | sc_signed | 
| class | sc_core::sc_vpool< sc_signed_bitref > | 
Definition at line 830 of file sc_signed.h.
| sc_dt::sc_signed_bitref::sc_signed_bitref | ( | ) |  [inline, protected] | 
        
Definition at line 841 of file sc_signed.h.
| sc_dt::sc_signed_bitref::sc_signed_bitref | ( | const sc_signed_bitref & | a | ) |  [inline] | 
        
Definition at line 848 of file sc_signed.h.
| virtual void sc_dt::sc_signed_bitref::concat_set | ( | uint64 | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| virtual void sc_dt::sc_signed_bitref::concat_set | ( | const sc_unsigned & | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| virtual void sc_dt::sc_signed_bitref::concat_set | ( | const sc_signed & | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| virtual void sc_dt::sc_signed_bitref::concat_set | ( | int64 | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| const sc_signed_bitref& sc_dt::sc_signed_bitref::operator&= | ( | bool | ) | 
| const sc_signed_bitref& sc_dt::sc_signed_bitref::operator= | ( | bool | ) | 
| const sc_signed_bitref& sc_dt::sc_signed_bitref::operator= | ( | const sc_signed_bitref & | ) | 
Reimplemented from sc_dt::sc_signed_bitref_r.
| const sc_signed_bitref& sc_dt::sc_signed_bitref::operator= | ( | const sc_signed_bitref_r & | ) | 
| const sc_signed_bitref& sc_dt::sc_signed_bitref::operator^= | ( | bool | ) | 
| const sc_signed_bitref& sc_dt::sc_signed_bitref::operator|= | ( | bool | ) | 
| void sc_dt::sc_signed_bitref::scan | ( | ::std::istream & |  is = ::std::cin | 
          ) | 
friend class sc_core::sc_vpool< sc_signed_bitref > [friend] | 
        
Definition at line 834 of file sc_signed.h.
friend class sc_signed [friend] | 
        
Reimplemented from sc_dt::sc_signed_bitref_r.
Definition at line 833 of file sc_signed.h.
sc_core::sc_vpool<sc_signed_bitref> sc_dt::sc_signed_bitref::m_pool [static, protected] | 
        
Definition at line 875 of file sc_signed.h.
 1.6.1