sc_dt::sc_int< W > Class Template Reference

#include <sc_int.h>

Inheritance diagram for sc_dt::sc_int< W >:

sc_dt::sc_int_base sc_dt::sc_value_base sc_core::sc_signal< sc_dt::sc_int< W > > List of all members.

Public Member Functions

 sc_int ()
 sc_int (int_type v)
 sc_int (const sc_int< W > &a)
 sc_int (const sc_int_base &a)
 sc_int (const sc_int_subref_r &a)
template<class T>
 sc_int (const sc_generic_base< T > &a)
 sc_int (const sc_signed &a)
 sc_int (const sc_unsigned &a)
 sc_int (const sc_bv_base &a)
 sc_int (const sc_lv_base &a)
 sc_int (const char *a)
 sc_int (unsigned long a)
 sc_int (long a)
 sc_int (unsigned int a)
 sc_int (int a)
 sc_int (uint64 a)
 sc_int (double a)
sc_int< W > & operator= (int_type v)
sc_int< W > & operator= (const sc_int_base &a)
sc_int< W > & operator= (const sc_int_subref_r &a)
sc_int< W > & operator= (const sc_int< W > &a)
template<class T>
sc_int< W > & operator= (const sc_generic_base< T > &a)
sc_int< W > & operator= (const sc_signed &a)
sc_int< W > & operator= (const sc_unsigned &a)
sc_int< W > & operator= (const sc_bv_base &a)
sc_int< W > & operator= (const sc_lv_base &a)
sc_int< W > & operator= (const char *a)
sc_int< W > & operator= (unsigned long a)
sc_int< W > & operator= (long a)
sc_int< W > & operator= (unsigned int a)
sc_int< W > & operator= (int a)
sc_int< W > & operator= (uint64 a)
sc_int< W > & operator= (double a)
sc_int< W > & operator+= (int_type v)
sc_int< W > & operator-= (int_type v)
sc_int< W > & operator *= (int_type v)
sc_int< W > & operator/= (int_type v)
sc_int< W > & operator%= (int_type v)
sc_int< W > & operator &= (int_type v)
sc_int< W > & operator|= (int_type v)
sc_int< W > & operator^= (int_type v)
sc_int< W > & operator<<= (int_type v)
sc_int< W > & operator>>= (int_type v)
sc_int< W > & operator++ ()
const sc_int< W > operator++ (int)
sc_int< W > & operator-- ()
const sc_int< W > operator-- (int)

template<int W>
class sc_dt::sc_int< W >


Constructor & Destructor Documentation

template<int W>
sc_dt::sc_int< W >::sc_int (  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( int_type  v  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const sc_int< W > &  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const sc_int_base a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const sc_int_subref_r a  )  [inline]

template<int W>
template<class T>
sc_dt::sc_int< W >::sc_int ( const sc_generic_base< T > &  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const sc_signed a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const sc_unsigned a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const sc_bv_base a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const sc_lv_base a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( const char *  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( unsigned long  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( long  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( unsigned int  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( int  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( uint64  a  )  [inline]

template<int W>
sc_dt::sc_int< W >::sc_int ( double  a  )  [inline]


Member Function Documentation

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const sc_int_base a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const sc_int_subref_r a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const sc_int< W > &  a  )  [inline]

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

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const sc_signed a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const sc_unsigned a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const sc_bv_base a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const sc_lv_base a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( const char *  a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( unsigned long  a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( long  a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( unsigned int  a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( int  a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( uint64  a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator= ( double  a  )  [inline]

Reimplemented from sc_dt::sc_int_base.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator+= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator-= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator *= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator/= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator%= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator &= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator|= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator^= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator<<= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator>>= ( int_type  v  )  [inline]

Reimplemented from sc_dt::sc_int_base.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator++ (  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
const sc_int<W> sc_dt::sc_int< W >::operator++ ( int   )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
sc_int<W>& sc_dt::sc_int< W >::operator-- (  )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.

template<int W>
const sc_int<W> sc_dt::sc_int< W >::operator-- ( int   )  [inline]

Reimplemented from sc_dt::sc_int_base.

Reimplemented in sc_core::sc_signal< sc_dt::sc_int< W > >.


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