#include "sysc/kernel/sc_object.h"#include "sysc/datatypes/misc/sc_value_base.h"#include "sysc/datatypes/int/sc_int_ids.h"#include "sysc/datatypes/int/sc_length_param.h"#include "sysc/datatypes/int/sc_nbdefs.h"#include "sysc/datatypes/fx/scfx_ieee.h"#include "sysc/utils/sc_iostream.h"#include "sysc/utils/sc_temporary.h"Include dependency graph for sc_uint_base.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | sc_dt |
Classes | |
| class | sc_dt::sc_uint_bitref_r |
| class | sc_dt::sc_uint_bitref |
| class | sc_dt::sc_uint_subref_r |
| class | sc_dt::sc_uint_subref |
| class | sc_dt::sc_uint_base |
Functions | |
| 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) |
Variables | |
| const uint_type | sc_dt::mask_int [SC_INTWIDTH][SC_INTWIDTH] |
1.5.1