sc_dt::sc_signed_subref Class Reference

#include <sysc/datatypes/int/sc_signed.h>

Inheritance diagram for sc_dt::sc_signed_subref:

Inheritance graph
[legend]
Collaboration diagram for sc_dt::sc_signed_subref:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_signed_subref (const sc_signed_subref &a)
const sc_signed_subrefoperator= (const sc_signed_subref_r &a)
const sc_signed_subrefoperator= (const sc_signed_subref &a)
const sc_signed_subrefoperator= (const sc_signed &a)
const sc_signed_subrefoperator= (const sc_unsigned_subref_r &a)
const sc_signed_subrefoperator= (const sc_unsigned &a)
template<class T>
const sc_signed_subrefoperator= (const sc_generic_base< T > &a)
const sc_signed_subrefoperator= (const char *a)
const sc_signed_subrefoperator= (unsigned long a)
const sc_signed_subrefoperator= (long a)
const sc_signed_subrefoperator= (unsigned int a)
const sc_signed_subrefoperator= (int a)
const sc_signed_subrefoperator= (uint64 a)
const sc_signed_subrefoperator= (int64 a)
const sc_signed_subrefoperator= (double a)
const sc_signed_subrefoperator= (const sc_int_base &a)
const sc_signed_subrefoperator= (const sc_uint_base &a)
virtual void concat_set (int64 src, int low_i)
virtual void concat_set (const sc_signed &src, int low_i)
virtual void concat_set (const sc_unsigned &src, int low_i)
virtual void concat_set (uint64 src, int low_i)
void scan (::std::istream &is=::std::cin)
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

void initialize (const sc_signed *obj_p, int left_, int right_)

Protected Attributes

int m_left
sc_signedm_obj_p
int m_right

Static Protected Attributes

static sc_core::sc_vpool
< sc_signed_subref
m_pool

Friends

class sc_signed
class sc_core::sc_vpool< sc_signed_subref >


Detailed Description

Definition at line 993 of file sc_signed.h.


Constructor & Destructor Documentation

sc_dt::sc_signed_subref::sc_signed_subref ( const sc_signed_subref a  )  [inline]

Definition at line 1009 of file sc_signed.h.


Member Function Documentation

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const sc_signed_subref_r a  ) 

Reimplemented from sc_dt::sc_signed_subref_r.

Definition at line 8138 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const sc_signed_subref a  ) 

Definition at line 8144 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const sc_signed a  ) 

Definition at line 8153 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const sc_unsigned_subref_r a  ) 

Definition at line 8163 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const sc_unsigned a  ) 

Definition at line 8169 of file sc_signed.cpp.

template<class T>
const sc_signed_subref& sc_dt::sc_signed_subref::operator= ( const sc_generic_base< T > &  a  )  [inline]

Definition at line 1024 of file sc_signed.h.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const char *  a  )  [inline]

Definition at line 2299 of file sc_signed.h.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( unsigned long  a  ) 

Definition at line 8179 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( long  a  ) 

Definition at line 8189 of file sc_signed.cpp.

const sc_signed_subref& sc_dt::sc_signed_subref::operator= ( unsigned int  a  )  [inline]

Definition at line 1034 of file sc_signed.h.

const sc_signed_subref& sc_dt::sc_signed_subref::operator= ( int  a  )  [inline]

Definition at line 1037 of file sc_signed.h.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( uint64  a  ) 

Definition at line 8200 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( int64  a  ) 

Definition at line 8210 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( double  a  ) 

Definition at line 8221 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const sc_int_base a  ) 

Definition at line 8277 of file sc_signed.cpp.

const sc_signed_subref & sc_dt::sc_signed_subref::operator= ( const sc_uint_base a  ) 

Definition at line 8283 of file sc_signed.cpp.

void sc_dt::sc_signed_subref::concat_set ( int64  src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 8291 of file sc_signed.cpp.

void sc_dt::sc_signed_subref::concat_set ( const sc_signed src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 8313 of file sc_signed.cpp.

void sc_dt::sc_signed_subref::concat_set ( const sc_unsigned src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 8335 of file sc_signed.cpp.

void sc_dt::sc_signed_subref::concat_set ( uint64  src,
int  low_i 
) [virtual]

Reimplemented from sc_dt::sc_value_base.

Definition at line 8356 of file sc_signed.cpp.

void sc_dt::sc_signed_subref::scan ( ::std::istream &  is = ::std::cin  ) 

Definition at line 8379 of file sc_signed.cpp.

void sc_dt::sc_signed_subref_r::initialize ( const sc_signed obj_p,
int  left_,
int  right_ 
) [inline, protected, inherited]

Definition at line 894 of file sc_signed.h.

int sc_dt::sc_signed_subref_r::length (  )  const [inline, inherited]

Definition at line 918 of file sc_signed.h.

sc_dt::sc_signed_subref_r::operator sc_unsigned (  )  const [inherited]

Definition at line 8052 of file sc_signed.cpp.

int sc_dt::sc_signed_subref_r::to_int (  )  const [inherited]

Definition at line 8061 of file sc_signed.cpp.

unsigned int sc_dt::sc_signed_subref_r::to_uint (  )  const [inherited]

Definition at line 8068 of file sc_signed.cpp.

long sc_dt::sc_signed_subref_r::to_long (  )  const [inherited]

Definition at line 8075 of file sc_signed.cpp.

unsigned long sc_dt::sc_signed_subref_r::to_ulong (  )  const [inherited]

Definition at line 8082 of file sc_signed.cpp.

int64 sc_dt::sc_signed_subref_r::to_int64 (  )  const [inherited]

Definition at line 8089 of file sc_signed.cpp.

uint64 sc_dt::sc_signed_subref_r::to_uint64 (  )  const [inherited]

Definition at line 8096 of file sc_signed.cpp.

double sc_dt::sc_signed_subref_r::to_double (  )  const [inherited]

Definition at line 8103 of file sc_signed.cpp.

const std::string sc_dt::sc_signed_subref_r::to_string ( sc_numrep  numrep = SC_DEC  )  const [inherited]

Definition at line 8113 of file sc_signed.cpp.

const std::string sc_dt::sc_signed_subref_r::to_string ( sc_numrep  numrep,
bool  w_prefix 
) const [inherited]

Definition at line 8121 of file sc_signed.cpp.

virtual int sc_dt::sc_signed_subref_r::concat_length ( bool *  xz_present_p  )  const [inline, virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 945 of file sc_signed.h.

uint64 sc_dt::sc_signed_subref_r::concat_get_uint64 (  )  const [virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 8029 of file sc_signed.cpp.

bool sc_dt::sc_signed_subref_r::concat_get_ctrl ( sc_digit dst_p,
int  low_i 
) const [virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 8036 of file sc_signed.cpp.

bool sc_dt::sc_signed_subref_r::concat_get_data ( sc_digit dst_p,
int  low_i 
) const [virtual, inherited]

Reimplemented from sc_dt::sc_value_base.

Definition at line 8043 of file sc_signed.cpp.

bool sc_dt::sc_signed_subref_r::and_reduce (  )  const [inline, inherited]

Definition at line 2239 of file sc_signed.h.

bool sc_dt::sc_signed_subref_r::nand_reduce (  )  const [inline, inherited]

Definition at line 2247 of file sc_signed.h.

bool sc_dt::sc_signed_subref_r::or_reduce (  )  const [inline, inherited]

Definition at line 2252 of file sc_signed.h.

bool sc_dt::sc_signed_subref_r::nor_reduce (  )  const [inline, inherited]

Definition at line 2260 of file sc_signed.h.

bool sc_dt::sc_signed_subref_r::xor_reduce (  )  const [inline, inherited]

Definition at line 2265 of file sc_signed.h.

bool sc_dt::sc_signed_subref_r::xnor_reduce (  )  const [inline, inherited]

Definition at line 2275 of file sc_signed.h.

void sc_dt::sc_signed_subref_r::print ( ::std::ostream &  os = ::std::cout  )  const [inline, inherited]

Definition at line 966 of file sc_signed.h.


Friends And Related Function Documentation

friend class sc_signed [friend]

Reimplemented from sc_dt::sc_signed_subref_r.

Definition at line 996 of file sc_signed.h.

friend class sc_core::sc_vpool< sc_signed_subref > [friend]

Definition at line 997 of file sc_signed.h.


Member Data Documentation

Definition at line 1058 of file sc_signed.h.

int sc_dt::sc_signed_subref_r::m_left [protected, inherited]

Definition at line 971 of file sc_signed.h.

Definition at line 972 of file sc_signed.h.

int sc_dt::sc_signed_subref_r::m_right [protected, inherited]

Definition at line 973 of file sc_signed.h.


The documentation for this class was generated from the following files:

Generated on Wed Jan 21 15:32:21 2009 for SystemC by  doxygen 1.5.5