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


Public Member Functions | |
| sc_unsigned_bitref (const sc_unsigned_bitref &a) | |
| const sc_unsigned_bitref & | operator= (const sc_unsigned_bitref_r &) | 
| const sc_unsigned_bitref & | operator= (const sc_unsigned_bitref &) | 
| const sc_unsigned_bitref & | operator= (bool) | 
| const sc_unsigned_bitref & | operator&= (bool) | 
| const sc_unsigned_bitref & | operator|= (bool) | 
| const sc_unsigned_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_unsigned_bitref () | |
Static Protected Attributes | |
| static sc_core::sc_vpool < sc_unsigned_bitref >  | m_pool | 
Friends | |
| class | sc_unsigned | 
| class | sc_core::sc_vpool< sc_unsigned_bitref > | 
Definition at line 735 of file sc_unsigned.h.
| sc_dt::sc_unsigned_bitref::sc_unsigned_bitref | ( | ) |  [inline, protected] | 
        
Definition at line 744 of file sc_unsigned.h.
| sc_dt::sc_unsigned_bitref::sc_unsigned_bitref | ( | const sc_unsigned_bitref & | a | ) |  [inline] | 
        
Definition at line 751 of file sc_unsigned.h.
| virtual void sc_dt::sc_unsigned_bitref::concat_set | ( | uint64 | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| virtual void sc_dt::sc_unsigned_bitref::concat_set | ( | const sc_unsigned & | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| virtual void sc_dt::sc_unsigned_bitref::concat_set | ( | const sc_signed & | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| virtual void sc_dt::sc_unsigned_bitref::concat_set | ( | int64 | src, | |
| int | low_i | |||
| ) |  [virtual] | 
        
Reimplemented from sc_dt::sc_value_base.
| const sc_unsigned_bitref& sc_dt::sc_unsigned_bitref::operator&= | ( | bool | ) | 
| const sc_unsigned_bitref& sc_dt::sc_unsigned_bitref::operator= | ( | bool | ) | 
| const sc_unsigned_bitref& sc_dt::sc_unsigned_bitref::operator= | ( | const sc_unsigned_bitref & | ) | 
Reimplemented from sc_dt::sc_unsigned_bitref_r.
| const sc_unsigned_bitref& sc_dt::sc_unsigned_bitref::operator= | ( | const sc_unsigned_bitref_r & | ) | 
| const sc_unsigned_bitref& sc_dt::sc_unsigned_bitref::operator^= | ( | bool | ) | 
| const sc_unsigned_bitref& sc_dt::sc_unsigned_bitref::operator|= | ( | bool | ) | 
| void sc_dt::sc_unsigned_bitref::scan | ( | ::std::istream & |  is = ::std::cin | 
          ) | 
friend class sc_core::sc_vpool< sc_unsigned_bitref > [friend] | 
        
Definition at line 739 of file sc_unsigned.h.
friend class sc_unsigned [friend] | 
        
Reimplemented from sc_dt::sc_unsigned_bitref_r.
Definition at line 738 of file sc_unsigned.h.
sc_core::sc_vpool<sc_unsigned_bitref> sc_dt::sc_unsigned_bitref::m_pool [static, protected] | 
        
Definition at line 779 of file sc_unsigned.h.
 1.6.1