SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include "sysc/kernel/sc_object.h"
#include "sysc/datatypes/misc/sc_value_base.h"
#include "sysc/utils/sc_iostream.h"
#include "sysc/utils/sc_temporary.h"
#include "sysc/datatypes/int/sc_length_param.h"
#include "sysc/datatypes/int/sc_nbdefs.h"
#include "sysc/datatypes/int/sc_nbutils.h"
#include "sysc/datatypes/int/sc_vector_utils.h"
#include "sc_unsigned_friends.h"
Go to the source code of this file.
Classes | |
class | sc_dt::sc_unsigned_bitref_r |
class | sc_dt::sc_unsigned_bitref |
class | sc_dt::sc_unsigned_subref_r |
class | sc_dt::sc_unsigned_subref |
class | sc_dt::sc_unsigned |
Namespaces | |
namespace | sc_dt |
Macros | |
#define | SCFP inline |
#define | SCFP friend |
Functions | |
SC_API sc_unsigned | sc_dt::operator+ (const sc_unsigned &u) |
SC_API sc_signed | sc_dt::operator- (const sc_unsigned &u) |
sc_signed | sc_dt::operator~ (const sc_unsigned &u) |
inline::std::ostream & | sc_dt::operator<< (::std::ostream &, const sc_unsigned_bitref_r &) |
inline::std::istream & | sc_dt::operator>> (::std::istream &, sc_unsigned_bitref &) |
bool | sc_dt::and_reduce (const sc_unsigned_subref_r &a) |
bool | sc_dt::nand_reduce (const sc_unsigned_subref_r &a) |
bool | sc_dt::or_reduce (const sc_unsigned_subref_r &a) |
bool | sc_dt::nor_reduce (const sc_unsigned_subref_r &a) |
bool | sc_dt::xor_reduce (const sc_unsigned_subref_r &a) |
bool | sc_dt::xnor_reduce (const sc_unsigned_subref_r &a) |
inline::std::ostream & | sc_dt::operator<< (::std::ostream &, const sc_unsigned_subref_r &) |
inline::std::istream & | sc_dt::operator>> (::std::istream &, sc_unsigned_subref &) |
bool | sc_dt::and_reduce (const sc_unsigned &a) |
bool | sc_dt::nand_reduce (const sc_unsigned &a) |
bool | sc_dt::or_reduce (const sc_unsigned &a) |
bool | sc_dt::nor_reduce (const sc_unsigned &a) |
bool | sc_dt::xor_reduce (const sc_unsigned &a) |
bool | sc_dt::xnor_reduce (const sc_unsigned &a) |
inline::std::ostream & | sc_dt::operator<< (::std::ostream &, const sc_unsigned &) |
inline::std::istream & | sc_dt::operator>> (::std::istream &, sc_unsigned &) |
#define SCFP inline |
Definition at line 923 of file sc_unsigned.h.
#define SCFP friend |
Definition at line 923 of file sc_unsigned.h.