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


Public Member Functions | |
| sc_bitref (X &obj_, int index_) | |
| sc_bitref (const sc_bitref< X > &a) | |
| sc_bitref< X > * | clone () const | 
| sc_bitref< X > & | operator= (const sc_bitref_r< X > &a) | 
| sc_bitref< X > & | operator= (const sc_bitref< X > &a) | 
| sc_bitref< X > & | operator= (const sc_logic &a) | 
| sc_bitref< X > & | operator= (sc_logic_value_t v) | 
| sc_bitref< X > & | operator= (bool a) | 
| sc_bitref< X > & | operator= (char a) | 
| sc_bitref< X > & | operator= (int a) | 
| sc_bitref< X > & | operator= (const sc_bit &a) | 
| sc_bitref< X > & | operator&= (const sc_bitref_r< X > &a) | 
| sc_bitref< X > & | operator&= (const sc_logic &a) | 
| sc_bitref< X > & | operator&= (sc_logic_value_t v) | 
| sc_bitref< X > & | operator&= (bool a) | 
| sc_bitref< X > & | operator&= (char a) | 
| sc_bitref< X > & | operator&= (int a) | 
| sc_bitref< X > & | operator|= (const sc_bitref_r< X > &a) | 
| sc_bitref< X > & | operator|= (const sc_logic &a) | 
| sc_bitref< X > & | operator|= (sc_logic_value_t v) | 
| sc_bitref< X > & | operator|= (bool a) | 
| sc_bitref< X > & | operator|= (char a) | 
| sc_bitref< X > & | operator|= (int a) | 
| sc_bitref< X > & | operator^= (const sc_bitref_r< X > &a) | 
| sc_bitref< X > & | operator^= (const sc_logic &a) | 
| sc_bitref< X > & | operator^= (sc_logic_value_t v) | 
| sc_bitref< X > & | operator^= (bool a) | 
| sc_bitref< X > & | operator^= (char a) | 
| sc_bitref< X > & | operator^= (int a) | 
| sc_bitref< X > & | b_not () | 
| void | set_bit (int n, sc_logic_value_t value) | 
| void | set_word (int i, sc_digit w) | 
| void | set_cword (int i, sc_digit w) | 
| void | clean_tail () | 
| void | scan (::std::istream &is=::std::cin) | 
  Public Member Functions inherited from sc_dt::sc_bitref_r< X > | |
| sc_bitref_r (const T &obj_, int index_) | |
| sc_bitref_r (const sc_bitref_r< T > &a) | |
| sc_bitref_r< T > * | clone () const | 
| const bit_type | operator~ () const | 
| operator const bit_type () const | |
| sc_logic_value_t | value () const | 
| bool | is_01 () const | 
| bool | to_bool () const | 
| char | to_char () const | 
| int | length () const | 
| int | size () const | 
| sc_logic_value_t | get_bit (int n) const | 
| sc_digit | get_word (int i) const | 
| sc_digit | get_cword (int i) const | 
| void | print (::std::ostream &os=::std::cout) const | 
Friends | |
| class | sc_bv_base | 
| class | sc_lv_base | 
Additional Inherited Members | |
  Public Types inherited from sc_dt::sc_bitref_r< X > | |
| typedef T::traits_type | traits_type | 
| typedef traits_type::bit_type | bit_type | 
  Protected Attributes inherited from sc_dt::sc_bitref_r< X > | |
| T & | m_obj | 
| int | m_index | 
Definition at line 40 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 453 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 460 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2316 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 559 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 467 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2243 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2255 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 500 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 503 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 506 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 509 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2220 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2229 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 476 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 479 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 482 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 485 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 488 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 491 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2289 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2301 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 532 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 535 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 538 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 541 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2266 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2278 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 516 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 519 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 522 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 525 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2378 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2329 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2359 of file sc_bit_proxies.h.
      
  | 
  inline | 
Definition at line 2341 of file sc_bit_proxies.h.
      
  | 
  friend | 
Definition at line 446 of file sc_bit_proxies.h.
      
  | 
  friend | 
Definition at line 447 of file sc_bit_proxies.h.
 1.8.5