sc_dt::sc_unsigned_subref Class Reference

#include <sc_unsigned.h>

Inheritance diagram for sc_dt::sc_unsigned_subref:

sc_dt::sc_unsigned_subref_r sc_dt::sc_value_base 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)

Protected Member Functions

 sc_unsigned_subref ()

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 >

Constructor & Destructor Documentation

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

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


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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Reimplemented from sc_dt::sc_value_base.

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

Reimplemented from sc_dt::sc_value_base.

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

Reimplemented from sc_dt::sc_value_base.

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

Reimplemented from sc_dt::sc_value_base.

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


Friends And Related Function Documentation

friend class sc_unsigned [friend]

Reimplemented from sc_dt::sc_unsigned_subref_r.

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


Member Data Documentation

sc_core::sc_vpool< sc_unsigned_subref > sc_dt::sc_unsigned_subref::m_pool [static, protected]


The documentation for this class was generated from the following files:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page