| 
    SystemC
    Recoding Infrastructure for SystemC v0.6.0 derived from Accellera SystemC 2.3.1
    
   Accellera SystemC proof-of-concept library 
   | 
 
#include <sysc/datatypes/int/sc_uint_base.h>


Public Member Functions | |
| sc_uint_bitref (const sc_uint_bitref &init) | |
| sc_uint_bitref & | operator= (const sc_uint_bitref_r &b) | 
| sc_uint_bitref & | operator= (const sc_uint_bitref &b) | 
| sc_uint_bitref & | operator= (bool b) | 
| sc_uint_bitref & | operator&= (bool b) | 
| sc_uint_bitref & | operator|= (bool b) | 
| sc_uint_bitref & | operator^= (bool b) | 
| 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) | 
  Public Member Functions inherited from sc_dt::sc_uint_bitref_r | |
| sc_uint_bitref_r (const sc_uint_bitref_r &init) | |
| virtual | ~sc_uint_bitref_r () | 
| virtual int | concat_length (bool *xz_present_p) const | 
| virtual bool | concat_get_ctrl (sc_digit *dst_p, int low_i) const | 
| virtual bool | concat_get_data (sc_digit *dst_p, int low_i) const | 
| virtual uint64 | concat_get_uint64 () const | 
| int | length () const | 
| operator uint64 () const | |
| bool | operator! () const | 
| bool | operator~ () const | 
| uint64 | value () const | 
| bool | to_bool () const | 
| void | print (::std::ostream &os=::std::cout) const | 
  Public Member Functions inherited from sc_dt::sc_value_base | |
| virtual | ~sc_value_base () | 
Protected Member Functions | |
| sc_uint_bitref () | |
  Protected Member Functions inherited from sc_dt::sc_uint_bitref_r | |
| sc_uint_bitref_r () | |
| void | initialize (const sc_uint_base *obj_p, int index_) | 
Static Protected Attributes | |
| static sc_core::sc_vpool < sc_uint_bitref >  | m_pool | 
Friends | |
| class | sc_uint_base | 
| class | sc_core::sc_vpool< sc_uint_bitref > | 
Additional Inherited Members | |
  Protected Attributes inherited from sc_dt::sc_uint_bitref_r | |
| int | m_index | 
| sc_uint_base * | m_obj_p | 
Definition at line 249 of file sc_uint_base.h.
      
  | 
  inlineprotected | 
Definition at line 259 of file sc_uint_base.h.
      
  | 
  inline | 
Definition at line 262 of file sc_uint_base.h.
      
  | 
  virtual | 
Reimplemented from sc_dt::sc_value_base.
      
  | 
  virtual | 
Reimplemented from sc_dt::sc_value_base.
      
  | 
  virtual | 
Reimplemented from sc_dt::sc_value_base.
      
  | 
  virtual | 
Reimplemented from sc_dt::sc_value_base.
      
  | 
  inline | 
Definition at line 939 of file sc_uint_base.h.
      
  | 
  inline | 
Definition at line 914 of file sc_uint_base.h.
      
  | 
  inline | 
Definition at line 922 of file sc_uint_base.h.
      
  | 
  inline | 
Definition at line 930 of file sc_uint_base.h.
      
  | 
  inline | 
Definition at line 959 of file sc_uint_base.h.
      
  | 
  inline | 
Definition at line 949 of file sc_uint_base.h.
| void sc_dt::sc_uint_bitref::scan | ( | ::std::istream & | is = ::std::cin | ) | 
      
  | 
  friend | 
Definition at line 253 of file sc_uint_base.h.
      
  | 
  friend | 
Definition at line 252 of file sc_uint_base.h.
      
  | 
  staticprotected | 
Definition at line 289 of file sc_uint_base.h.
 1.8.5