sc_dt::sc_unsigned_subref Class Reference

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

Inheritance diagram for sc_dt::sc_unsigned_subref:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_unsigned_subref (const sc_unsigned_subref &a)
const sc_unsigned_subrefoperator= (const sc_unsigned_subref_r &a)
const sc_unsigned_subrefoperator= (const sc_unsigned_subref &a)
const sc_unsigned_subrefoperator= (const sc_unsigned &a)
template<class T>
const sc_unsigned_subrefoperator= (const sc_generic_base< T > &a)
const sc_unsigned_subrefoperator= (const sc_signed_subref_r &a)
const sc_unsigned_subrefoperator= (const sc_signed &a)
const sc_unsigned_subrefoperator= (const char *a)
const sc_unsigned_subrefoperator= (unsigned long a)
const sc_unsigned_subrefoperator= (long a)
const sc_unsigned_subrefoperator= (unsigned int a)
const sc_unsigned_subrefoperator= (int a)
const sc_unsigned_subrefoperator= (uint64 a)
const sc_unsigned_subrefoperator= (int64 a)
const sc_unsigned_subrefoperator= (double a)
const sc_unsigned_subrefoperator= (const sc_int_base &a)
const sc_unsigned_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

 sc_unsigned_subref ()
void initialize (const sc_unsigned *obj_p, int left_, int right_)

Protected Attributes

int m_left
sc_unsignedm_obj_p
int m_right

Static Protected Attributes

static sc_core::sc_vpool
< sc_unsigned_subref
m_pool

Friends

class sc_unsigned
class sc_core::sc_vpool< sc_unsigned_subref >


Detailed Description

Definition at line 895 of file sc_unsigned.h.


Constructor & Destructor Documentation

sc_dt::sc_unsigned_subref::sc_unsigned_subref (  )  [inline, protected]

Definition at line 905 of file sc_unsigned.h.

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

Definition at line 912 of file sc_unsigned.h.


Member Function Documentation

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

Reimplemented from sc_dt::sc_unsigned_subref_r.

Definition at line 6183 of file sc_unsigned.cpp.

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

Definition at line 6189 of file sc_unsigned.cpp.

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

Definition at line 6198 of file sc_unsigned.cpp.

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

Definition at line 2022 of file sc_unsigned.h.

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

Definition at line 6208 of file sc_unsigned.cpp.

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

Definition at line 6214 of file sc_unsigned.cpp.

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

Definition at line 2108 of file sc_unsigned.h.

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

Definition at line 6224 of file sc_unsigned.cpp.

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

Definition at line 6234 of file sc_unsigned.cpp.

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

Definition at line 931 of file sc_unsigned.h.

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

Definition at line 934 of file sc_unsigned.h.

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

Definition at line 6245 of file sc_unsigned.cpp.

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

Definition at line 6255 of file sc_unsigned.cpp.

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

Definition at line 6266 of file sc_unsigned.cpp.

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

Definition at line 6322 of file sc_unsigned.cpp.

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

Definition at line 6328 of file sc_unsigned.cpp.

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

Reimplemented from sc_dt::sc_value_base.

Definition at line 6335 of file sc_unsigned.cpp.

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

Reimplemented from sc_dt::sc_value_base.

Definition at line 6357 of file sc_unsigned.cpp.

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

Reimplemented from sc_dt::sc_value_base.

Definition at line 6379 of file sc_unsigned.cpp.

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

Reimplemented from sc_dt::sc_value_base.

Definition at line 6400 of file sc_unsigned.cpp.

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

Definition at line 6423 of file sc_unsigned.cpp.

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

Definition at line 795 of file sc_unsigned.h.

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

Definition at line 819 of file sc_unsigned.h.

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

Definition at line 6097 of file sc_unsigned.cpp.

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

Definition at line 6106 of file sc_unsigned.cpp.

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

Definition at line 6113 of file sc_unsigned.cpp.

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

Definition at line 6120 of file sc_unsigned.cpp.

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

Definition at line 6127 of file sc_unsigned.cpp.

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

Definition at line 6134 of file sc_unsigned.cpp.

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

Definition at line 6141 of file sc_unsigned.cpp.

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

Definition at line 6148 of file sc_unsigned.cpp.

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

Definition at line 6158 of file sc_unsigned.cpp.

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

Definition at line 6166 of file sc_unsigned.cpp.

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

Reimplemented from sc_dt::sc_value_base.

Definition at line 847 of file sc_unsigned.h.

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

Reimplemented from sc_dt::sc_value_base.

Definition at line 6073 of file sc_unsigned.cpp.

bool sc_dt::sc_unsigned_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 6080 of file sc_unsigned.cpp.

bool sc_dt::sc_unsigned_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 6087 of file sc_unsigned.cpp.

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

Definition at line 2047 of file sc_unsigned.h.

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

Definition at line 2055 of file sc_unsigned.h.

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

Definition at line 2060 of file sc_unsigned.h.

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

Definition at line 2068 of file sc_unsigned.h.

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

Definition at line 2073 of file sc_unsigned.h.

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

Definition at line 2083 of file sc_unsigned.h.

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

Definition at line 867 of file sc_unsigned.h.


Friends And Related Function Documentation

friend class sc_unsigned [friend]

Reimplemented from sc_dt::sc_unsigned_subref_r.

Definition at line 898 of file sc_unsigned.h.

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

Definition at line 899 of file sc_unsigned.h.


Member Data Documentation

Definition at line 955 of file sc_unsigned.h.

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

Definition at line 872 of file sc_unsigned.h.

Definition at line 873 of file sc_unsigned.h.

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

Definition at line 874 of file sc_unsigned.h.


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

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