| 
|   | sc_lv_base (int length_=sc_length_param().len()) | 
|   | 
|   | sc_lv_base (const sc_logic &a, int length_=sc_length_param().len()) | 
|   | 
|   | sc_lv_base (const char *a) | 
|   | 
|   | sc_lv_base (const char *a, int length_) | 
|   | 
| template<class X >  | 
|   | sc_lv_base (const sc_proxy< X > &a) | 
|   | 
|   | sc_lv_base (const sc_lv_base &a) | 
|   | 
| virtual  | ~sc_lv_base () | 
|   | 
| template<class X >  | 
| sc_lv_base &  | operator= (const sc_proxy< X > &a) | 
|   | 
| sc_lv_base &  | operator= (const sc_lv_base &a) | 
|   | 
| sc_lv_base &  | operator= (const char *a) | 
|   | 
| sc_lv_base &  | operator= (const bool *a) | 
|   | 
| sc_lv_base &  | operator= (const sc_logic *a) | 
|   | 
| sc_lv_base &  | operator= (const sc_unsigned &a) | 
|   | 
| sc_lv_base &  | operator= (const sc_signed &a) | 
|   | 
| sc_lv_base &  | operator= (const sc_uint_base &a) | 
|   | 
| sc_lv_base &  | operator= (const sc_int_base &a) | 
|   | 
| sc_lv_base &  | operator= (unsigned long a) | 
|   | 
| sc_lv_base &  | operator= (long a) | 
|   | 
| sc_lv_base &  | operator= (unsigned int a) | 
|   | 
| sc_lv_base &  | operator= (int a) | 
|   | 
| sc_lv_base &  | operator= (uint64 a) | 
|   | 
| sc_lv_base &  | operator= (int64 a) | 
|   | 
| int  | length () const  | 
|   | 
| int  | size () const  | 
|   | 
| sc_logic_value_t  | get_bit (int i) const  | 
|   | 
| void  | set_bit (int i, sc_logic_value_t value) | 
|   | 
| sc_digit  | get_word (int wi) const  | 
|   | 
| void  | set_word (int wi, sc_digit w) | 
|   | 
| sc_digit  | get_cword (int wi) const  | 
|   | 
| void  | set_cword (int wi, sc_digit w) | 
|   | 
| void  | clean_tail () | 
|   | 
| bool  | is_01 () const  | 
|   | 
| virtual  | ~sc_proxy () | 
|   | 
| sc_lv_base &  | back_cast () | 
|   | 
| const sc_lv_base &  | back_cast () const | 
|   | 
| sc_lv_base &  | assign_ (const sc_proxy< Y > &a) | 
|   | 
| sc_lv_base &  | assign_ (const char *a) | 
|   | 
| sc_lv_base &  | assign_ (const bool *a) | 
|   | 
| sc_lv_base &  | assign_ (const sc_logic *a) | 
|   | 
| sc_lv_base &  | assign_ (const sc_unsigned &a) | 
|   | 
| sc_lv_base &  | assign_ (const sc_signed &a) | 
|   | 
| sc_lv_base &  | assign_ (const sc_uint_base &a) | 
|   | 
| sc_lv_base &  | assign_ (const sc_int_base &a) | 
|   | 
| sc_lv_base &  | assign_ (unsigned int a) | 
|   | 
| sc_lv_base &  | assign_ (int a) | 
|   | 
| sc_lv_base &  | assign_ (unsigned long a) | 
|   | 
| sc_lv_base &  | assign_ (long a) | 
|   | 
| sc_lv_base &  | assign_ (uint64 a) | 
|   | 
| sc_lv_base &  | assign_ (int64 a) | 
|   | 
| sc_lv_base &  | b_not () | 
|   | 
| const sc_lv_base  | operator~ () const | 
|   | 
| sc_lv_base &  | operator&= (const char *b) | 
|   | 
| sc_lv_base &  | operator&= (const bool *b) | 
|   | 
| sc_lv_base &  | operator&= (const sc_logic *b) | 
|   | 
| sc_lv_base &  | operator&= (const sc_unsigned &b) | 
|   | 
| sc_lv_base &  | operator&= (const sc_signed &b) | 
|   | 
| sc_lv_base &  | operator&= (const sc_uint_base &b) | 
|   | 
| sc_lv_base &  | operator&= (const sc_int_base &b) | 
|   | 
| sc_lv_base &  | operator&= (unsigned long b) | 
|   | 
| sc_lv_base &  | operator&= (long b) | 
|   | 
| sc_lv_base &  | operator&= (unsigned int b) | 
|   | 
| sc_lv_base &  | operator&= (int b) | 
|   | 
| sc_lv_base &  | operator&= (uint64 b) | 
|   | 
| sc_lv_base &  | operator&= (int64 b) | 
|   | 
| const sc_lv_base  | operator& (const char *b) const | 
|   | 
| const sc_lv_base  | operator& (const bool *b) const | 
|   | 
| const sc_lv_base  | operator& (const sc_logic *b) const | 
|   | 
| const sc_lv_base  | operator& (const sc_unsigned &b) const | 
|   | 
| const sc_lv_base  | operator& (const sc_signed &b) const | 
|   | 
| const sc_lv_base  | operator& (const sc_uint_base &b) const | 
|   | 
| const sc_lv_base  | operator& (const sc_int_base &b) const | 
|   | 
| const sc_lv_base  | operator& (unsigned long b) const | 
|   | 
| const sc_lv_base  | operator& (long b) const | 
|   | 
| const sc_lv_base  | operator& (unsigned int b) const | 
|   | 
| const sc_lv_base  | operator& (int b) const | 
|   | 
| const sc_lv_base  | operator& (uint64 b) const | 
|   | 
| const sc_lv_base  | operator& (int64 b) const | 
|   | 
| sc_lv_base &  | operator|= (const char *b) | 
|   | 
| sc_lv_base &  | operator|= (const bool *b) | 
|   | 
| sc_lv_base &  | operator|= (const sc_logic *b) | 
|   | 
| sc_lv_base &  | operator|= (const sc_unsigned &b) | 
|   | 
| sc_lv_base &  | operator|= (const sc_signed &b) | 
|   | 
| sc_lv_base &  | operator|= (const sc_uint_base &b) | 
|   | 
| sc_lv_base &  | operator|= (const sc_int_base &b) | 
|   | 
| sc_lv_base &  | operator|= (unsigned long b) | 
|   | 
| sc_lv_base &  | operator|= (long b) | 
|   | 
| sc_lv_base &  | operator|= (unsigned int b) | 
|   | 
| sc_lv_base &  | operator|= (int b) | 
|   | 
| sc_lv_base &  | operator|= (uint64 b) | 
|   | 
| sc_lv_base &  | operator|= (int64 b) | 
|   | 
| const sc_lv_base  | operator| (const char *b) const | 
|   | 
| const sc_lv_base  | operator| (const bool *b) const | 
|   | 
| const sc_lv_base  | operator| (const sc_logic *b) const | 
|   | 
| const sc_lv_base  | operator| (const sc_unsigned &b) const | 
|   | 
| const sc_lv_base  | operator| (const sc_signed &b) const | 
|   | 
| const sc_lv_base  | operator| (const sc_uint_base &b) const | 
|   | 
| const sc_lv_base  | operator| (const sc_int_base &b) const | 
|   | 
| const sc_lv_base  | operator| (unsigned long b) const | 
|   | 
| const sc_lv_base  | operator| (long b) const | 
|   | 
| const sc_lv_base  | operator| (unsigned int b) const | 
|   | 
| const sc_lv_base  | operator| (int b) const | 
|   | 
| const sc_lv_base  | operator| (uint64 b) const | 
|   | 
| const sc_lv_base  | operator| (int64 b) const | 
|   | 
| sc_lv_base &  | operator^= (const char *b) | 
|   | 
| sc_lv_base &  | operator^= (const bool *b) | 
|   | 
| sc_lv_base &  | operator^= (const sc_logic *b) | 
|   | 
| sc_lv_base &  | operator^= (const sc_unsigned &b) | 
|   | 
| sc_lv_base &  | operator^= (const sc_signed &b) | 
|   | 
| sc_lv_base &  | operator^= (const sc_uint_base &b) | 
|   | 
| sc_lv_base &  | operator^= (const sc_int_base &b) | 
|   | 
| sc_lv_base &  | operator^= (unsigned long b) | 
|   | 
| sc_lv_base &  | operator^= (long b) | 
|   | 
| sc_lv_base &  | operator^= (unsigned int b) | 
|   | 
| sc_lv_base &  | operator^= (int b) | 
|   | 
| sc_lv_base &  | operator^= (uint64 b) | 
|   | 
| sc_lv_base &  | operator^= (int64 b) | 
|   | 
| const sc_lv_base  | operator^ (const char *b) const | 
|   | 
| const sc_lv_base  | operator^ (const bool *b) const | 
|   | 
| const sc_lv_base  | operator^ (const sc_logic *b) const | 
|   | 
| const sc_lv_base  | operator^ (const sc_unsigned &b) const | 
|   | 
| const sc_lv_base  | operator^ (const sc_signed &b) const | 
|   | 
| const sc_lv_base  | operator^ (const sc_uint_base &b) const | 
|   | 
| const sc_lv_base  | operator^ (const sc_int_base &b) const | 
|   | 
| const sc_lv_base  | operator^ (unsigned long b) const | 
|   | 
| const sc_lv_base  | operator^ (long b) const | 
|   | 
| const sc_lv_base  | operator^ (unsigned int b) const | 
|   | 
| const sc_lv_base  | operator^ (int b) const | 
|   | 
| const sc_lv_base  | operator^ (uint64 b) const | 
|   | 
| const sc_lv_base  | operator^ (int64 b) const | 
|   | 
| sc_lv_base &  | operator<<= (int n) | 
|   | 
| const sc_lv_base  | operator<< (int n) const | 
|   | 
| sc_lv_base &  | operator>>= (int n) | 
|   | 
| const sc_lv_base  | operator>> (int n) const | 
|   | 
| sc_lv_base &  | lrotate (int n) | 
|   | 
| sc_lv_base &  | rrotate (int n) | 
|   | 
| sc_lv_base &  | reverse () | 
|   | 
| sc_bitref< sc_lv_base >  | operator[] (int i) | 
|   | 
| sc_bitref_r< sc_lv_base >  | operator[] (int i) const | 
|   | 
| sc_bitref< sc_lv_base >  | bit (int i) | 
|   | 
| sc_bitref_r< sc_lv_base >  | bit (int i) const | 
|   | 
| sc_subref< sc_lv_base >  | operator() (int hi, int lo) | 
|   | 
| sc_subref_r< sc_lv_base >  | operator() (int hi, int lo) const | 
|   | 
| sc_subref< sc_lv_base >  | range (int hi, int lo) | 
|   | 
| sc_subref_r< sc_lv_base >  | range (int hi, int lo) const | 
|   | 
| sc_logic_value_t  | and_reduce () const | 
|   | 
| sc_logic_value_t  | nand_reduce () const | 
|   | 
| sc_logic_value_t  | or_reduce () const | 
|   | 
| sc_logic_value_t  | nor_reduce () const | 
|   | 
| sc_logic_value_t  | xor_reduce () const | 
|   | 
| sc_logic_value_t  | xnor_reduce () const | 
|   | 
| bool  | operator== (const char *b) const | 
|   | 
| bool  | operator== (const bool *b) const | 
|   | 
| bool  | operator== (const sc_logic *b) const | 
|   | 
| bool  | operator== (const sc_unsigned &b) const | 
|   | 
| bool  | operator== (const sc_signed &b) const | 
|   | 
| bool  | operator== (const sc_uint_base &b) const | 
|   | 
| bool  | operator== (const sc_int_base &b) const | 
|   | 
| bool  | operator== (unsigned long b) const | 
|   | 
| bool  | operator== (long b) const | 
|   | 
| bool  | operator== (unsigned int b) const | 
|   | 
| bool  | operator== (int b) const | 
|   | 
| bool  | operator== (uint64 b) const | 
|   | 
| bool  | operator== (int64 b) const | 
|   | 
| const std::string  | to_string () const | 
|   | 
| const std::string  | to_string (sc_numrep) const | 
|   | 
| const std::string  | to_string (sc_numrep, bool) const | 
|   | 
| int64  | to_int64 () const | 
|   | 
| uint64  | to_uint64 () const | 
|   | 
| int  | to_int () const | 
|   | 
| unsigned int  | to_uint () const | 
|   | 
| long  | to_long () const | 
|   | 
| unsigned long  | to_ulong () const | 
|   | 
| void  | print (::std::ostream &os=::std::cout) const | 
|   | 
| void  | scan (::std::istream &is=::std::cin) | 
|   | 
Definition at line 85 of file sc_lv_base.h.