#include <sysc/datatypes/int/sc_signed.h>
Public Member Functions | |
virtual | ~sc_signed_subref_r () |
sc_signed_subref_r (const sc_signed_subref_r &a) | |
int | length () const |
operator sc_unsigned () const | |
int | to_int () const |
unsigned int | to_uint () const |
long | to_long () const |
unsigned long | to_ulong () const |
int64 | to_int64 () const |
uint64 | to_uint64 () const |
double | to_double () const |
const std::string | to_string (sc_numrep numrep=SC_DEC) const |
const std::string | to_string (sc_numrep numrep, bool w_prefix) const |
virtual int | concat_length (bool *xz_present_p) const |
virtual uint64 | concat_get_uint64 () const |
virtual bool | concat_get_ctrl (sc_digit *dst_p, int low_i) const |
virtual bool | concat_get_data (sc_digit *dst_p, int low_i) const |
bool | and_reduce () const |
bool | nand_reduce () const |
bool | or_reduce () const |
bool | nor_reduce () const |
bool | xor_reduce () const |
bool | xnor_reduce () const |
void | print (::std::ostream &os=::std::cout) const |
Protected Member Functions | |
sc_signed_subref_r () | |
void | initialize (const sc_signed *obj_p, int left_, int right_) |
Protected Attributes | |
int | m_left |
sc_signed * | m_obj_p |
int | m_right |
Friends | |
class | sc_signed |
class | sc_signed_signal |
class | sc_unsigned |
Definition at line 891 of file sc_signed.h.
sc_dt::sc_signed_subref_r::sc_signed_subref_r | ( | ) | [inline, protected] |
Definition at line 901 of file sc_signed.h.
virtual sc_dt::sc_signed_subref_r::~sc_signed_subref_r | ( | ) | [inline, virtual] |
Definition at line 916 of file sc_signed.h.
sc_dt::sc_signed_subref_r::sc_signed_subref_r | ( | const sc_signed_subref_r & | a | ) | [inline] |
Definition at line 921 of file sc_signed.h.
bool sc_dt::sc_signed_subref_r::and_reduce | ( | ) | const [inline] |
Definition at line 2250 of file sc_signed.h.
virtual bool sc_dt::sc_signed_subref_r::concat_get_ctrl | ( | sc_digit * | dst_p, | |
int | low_i | |||
) | const [virtual] |
Reimplemented from sc_dt::sc_value_base.
virtual bool sc_dt::sc_signed_subref_r::concat_get_data | ( | sc_digit * | dst_p, | |
int | low_i | |||
) | const [virtual] |
Reimplemented from sc_dt::sc_value_base.
virtual uint64 sc_dt::sc_signed_subref_r::concat_get_uint64 | ( | ) | const [virtual] |
Reimplemented from sc_dt::sc_value_base.
virtual int sc_dt::sc_signed_subref_r::concat_length | ( | bool * | xz_present_p | ) | const [inline, virtual] |
Reimplemented from sc_dt::sc_value_base.
Definition at line 956 of file sc_signed.h.
void sc_dt::sc_signed_subref_r::initialize | ( | const sc_signed * | obj_p, | |
int | left_, | |||
int | right_ | |||
) | [inline, protected] |
Definition at line 904 of file sc_signed.h.
int sc_dt::sc_signed_subref_r::length | ( | ) | const [inline] |
Definition at line 929 of file sc_signed.h.
bool sc_dt::sc_signed_subref_r::nand_reduce | ( | ) | const [inline] |
Definition at line 2258 of file sc_signed.h.
bool sc_dt::sc_signed_subref_r::nor_reduce | ( | ) | const [inline] |
Definition at line 2271 of file sc_signed.h.
sc_dt::sc_signed_subref_r::operator sc_unsigned | ( | ) | const |
bool sc_dt::sc_signed_subref_r::or_reduce | ( | ) | const [inline] |
Definition at line 2263 of file sc_signed.h.
void sc_dt::sc_signed_subref_r::print | ( | ::std::ostream & | os = ::std::cout |
) | const [inline] |
Definition at line 977 of file sc_signed.h.
double sc_dt::sc_signed_subref_r::to_double | ( | ) | const |
int sc_dt::sc_signed_subref_r::to_int | ( | ) | const |
int64 sc_dt::sc_signed_subref_r::to_int64 | ( | ) | const |
long sc_dt::sc_signed_subref_r::to_long | ( | ) | const |
const std::string sc_dt::sc_signed_subref_r::to_string | ( | sc_numrep | numrep, | |
bool | w_prefix | |||
) | const |
const std::string sc_dt::sc_signed_subref_r::to_string | ( | sc_numrep | numrep = SC_DEC |
) | const |
unsigned int sc_dt::sc_signed_subref_r::to_uint | ( | ) | const |
uint64 sc_dt::sc_signed_subref_r::to_uint64 | ( | ) | const |
unsigned long sc_dt::sc_signed_subref_r::to_ulong | ( | ) | const |
bool sc_dt::sc_signed_subref_r::xnor_reduce | ( | ) | const [inline] |
Definition at line 2286 of file sc_signed.h.
bool sc_dt::sc_signed_subref_r::xor_reduce | ( | ) | const [inline] |
Definition at line 2276 of file sc_signed.h.
friend class sc_signed [friend] |
Reimplemented in sc_dt::sc_signed_subref.
Definition at line 893 of file sc_signed.h.
friend class sc_signed_signal [friend] |
Definition at line 894 of file sc_signed.h.
friend class sc_unsigned [friend] |
Definition at line 895 of file sc_signed.h.
int sc_dt::sc_signed_subref_r::m_left [protected] |
Definition at line 982 of file sc_signed.h.
sc_signed* sc_dt::sc_signed_subref_r::m_obj_p [protected] |
Definition at line 983 of file sc_signed.h.
int sc_dt::sc_signed_subref_r::m_right [protected] |
Definition at line 984 of file sc_signed.h.