SystemC 3.0.0
Accellera SystemC proof-of-concept library
Classes | Namespaces | Macros | Functions
sc_signed.h File Reference
#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 "sysc/datatypes/int/sc_unsigned.h"
#include "sc_signed_friends.h"
Include dependency graph for sc_signed.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sc_dt::sc_signed_bitref_r
 
class  sc_dt::sc_signed_bitref
 
class  sc_dt::sc_signed_subref_r
 
class  sc_dt::sc_signed_subref
 
class  sc_dt::sc_signed
 

Namespaces

namespace  sc_dt
 

Macros

#define SCFP   inline
 
#define SCFP   friend
 

Functions

SC_API sc_signed sc_dt::operator+ (const sc_signed &u)
 
SC_API sc_signed sc_dt::operator- (const sc_signed &u)
 
SC_API sc_signed sc_dt::operator- (const sc_unsigned &u)
 
SC_API sc_signed sc_dt::operator~ (const sc_signed &u)
 
inline::std::ostream & sc_dt::operator<< (::std::ostream &, const sc_signed_bitref_r &)
 
inline::std::istream & sc_dt::operator>> (::std::istream &, sc_signed_bitref &)
 
bool sc_dt::and_reduce (const sc_signed_subref_r &a)
 
bool sc_dt::nand_reduce (const sc_signed_subref_r &a)
 
bool sc_dt::or_reduce (const sc_signed_subref_r &a)
 
bool sc_dt::nor_reduce (const sc_signed_subref_r &a)
 
bool sc_dt::xor_reduce (const sc_signed_subref_r &a)
 
bool sc_dt::xnor_reduce (const sc_signed_subref_r &a)
 
inline::std::ostream & sc_dt::operator<< (::std::ostream &, const sc_signed_subref_r &)
 
inline::std::istream & sc_dt::operator>> (::std::istream &, sc_signed_subref &)
 
bool sc_dt::and_reduce (const sc_signed &a)
 
bool sc_dt::nand_reduce (const sc_signed &a)
 
bool sc_dt::or_reduce (const sc_signed &a)
 
bool sc_dt::nor_reduce (const sc_signed &a)
 
bool sc_dt::xor_reduce (const sc_signed &a)
 
bool sc_dt::xnor_reduce (const sc_signed &a)
 
inline::std::ostream & sc_dt::operator<< (::std::ostream &, const sc_signed &)
 
inline::std::istream & sc_dt::operator>> (::std::istream &, sc_signed &)
 

Macro Definition Documentation

◆ SCFP [1/2]

#define SCFP   inline

Definition at line 928 of file sc_signed.h.

◆ SCFP [2/2]

#define SCFP   friend

Definition at line 928 of file sc_signed.h.