| 
| bool  | sc_dt::operator== (const sc_uint_base &a, const sc_uint_base &b) | 
|   | 
| bool  | sc_dt::operator!= (const sc_uint_base &a, const sc_uint_base &b) | 
|   | 
| bool  | sc_dt::operator< (const sc_uint_base &a, const sc_uint_base &b) | 
|   | 
| bool  | sc_dt::operator<= (const sc_uint_base &a, const sc_uint_base &b) | 
|   | 
| bool  | sc_dt::operator> (const sc_uint_base &a, const sc_uint_base &b) | 
|   | 
| bool  | sc_dt::operator>= (const sc_uint_base &a, const sc_uint_base &b) | 
|   | 
| inline::std::ostream &  | sc_dt::operator<< (::std::ostream &, const sc_uint_bitref_r &) | 
|   | 
| inline::std::istream &  | sc_dt::operator>> (::std::istream &, sc_uint_bitref &) | 
|   | 
| inline::std::ostream &  | sc_dt::operator<< (::std::ostream &, const sc_uint_subref_r &) | 
|   | 
| inline::std::istream &  | sc_dt::operator>> (::std::istream &, sc_uint_subref &) | 
|   | 
| inline::std::ostream &  | sc_dt::operator<< (::std::ostream &, const sc_uint_base &) | 
|   | 
| inline::std::istream &  | sc_dt::operator>> (::std::istream &, sc_uint_base &) | 
|   | 
| bool  | sc_dt::and_reduce (const sc_uint_subref_r &a) | 
|   | 
| bool  | sc_dt::nand_reduce (const sc_uint_subref_r &a) | 
|   | 
| bool  | sc_dt::or_reduce (const sc_uint_subref_r &a) | 
|   | 
| bool  | sc_dt::nor_reduce (const sc_uint_subref_r &a) | 
|   | 
| bool  | sc_dt::xor_reduce (const sc_uint_subref_r &a) | 
|   | 
| bool  | sc_dt::xnor_reduce (const sc_uint_subref_r &a) | 
|   | 
| bool  | sc_dt::and_reduce (const sc_uint_base &a) | 
|   | 
| bool  | sc_dt::nand_reduce (const sc_uint_base &a) | 
|   | 
| bool  | sc_dt::or_reduce (const sc_uint_base &a) | 
|   | 
| bool  | sc_dt::nor_reduce (const sc_uint_base &a) | 
|   | 
| bool  | sc_dt::xor_reduce (const sc_uint_base &a) | 
|   | 
| bool  | sc_dt::xnor_reduce (const sc_uint_base &a) | 
|   |