sc_dt::sc_bv< W > Class Template Reference

#include <sysc/datatypes/bit/sc_bv.h>

Inheritance diagram for sc_dt::sc_bv< W >:
Inheritance graph
[legend]
Collaboration diagram for sc_dt::sc_bv< W >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 sc_bv ()
 sc_bv (bool init_value)
 sc_bv (char init_value)
 sc_bv (const char *a)
 sc_bv (const bool *a)
 sc_bv (const sc_logic *a)
 sc_bv (const sc_unsigned &a)
 sc_bv (const sc_signed &a)
 sc_bv (const sc_uint_base &a)
 sc_bv (const sc_int_base &a)
 sc_bv (unsigned long a)
 sc_bv (long a)
 sc_bv (unsigned int a)
 sc_bv (int a)
 sc_bv (uint64 a)
 sc_bv (int64 a)
template<class X >
 sc_bv (const sc_proxy< X > &a)
 sc_bv (const sc_bv< W > &a)
template<class X >
sc_bv< W > & operator= (const sc_proxy< X > &a)
sc_bv< W > & operator= (const sc_bv< W > &a)
sc_bv< W > & operator= (const char *a)
sc_bv< W > & operator= (const bool *a)
sc_bv< W > & operator= (const sc_logic *a)
sc_bv< W > & operator= (const sc_unsigned &a)
sc_bv< W > & operator= (const sc_signed &a)
sc_bv< W > & operator= (const sc_uint_base &a)
sc_bv< W > & operator= (const sc_int_base &a)
sc_bv< W > & operator= (unsigned long a)
sc_bv< W > & operator= (long a)
sc_bv< W > & operator= (unsigned int a)
sc_bv< W > & operator= (int a)
sc_bv< W > & operator= (uint64 a)
sc_bv< W > & operator= (int64 a)

Detailed Description

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

Definition at line 66 of file sc_bv.h.


Constructor & Destructor Documentation

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

Definition at line 73 of file sc_bv.h.

template<int W>
sc_dt::sc_bv< W >::sc_bv ( bool  init_value  )  [inline, explicit]

Definition at line 77 of file sc_bv.h.

template<int W>
sc_dt::sc_bv< W >::sc_bv ( char  init_value  )  [inline, explicit]

Definition at line 81 of file sc_bv.h.

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

Definition at line 85 of file sc_bv.h.

template<int W>
sc_dt::sc_bv< W >::sc_bv ( const bool *  a  )  [inline]

Definition at line 89 of file sc_bv.h.

template<int W>
sc_dt::sc_bv< W >::sc_bv ( const sc_logic a  )  [inline]

Definition at line 93 of file sc_bv.h.

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

Definition at line 97 of file sc_bv.h.

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

Definition at line 101 of file sc_bv.h.

template<int W>
sc_dt::sc_bv< W >::sc_bv ( const sc_uint_base a  )  [inline]

Definition at line 105 of file sc_bv.h.

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

Definition at line 109 of file sc_bv.h.

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

Definition at line 113 of file sc_bv.h.

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

Definition at line 117 of file sc_bv.h.

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

Definition at line 121 of file sc_bv.h.

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

Definition at line 125 of file sc_bv.h.

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

Definition at line 129 of file sc_bv.h.

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

Definition at line 133 of file sc_bv.h.

template<int W>
template<class X >
sc_dt::sc_bv< W >::sc_bv ( const sc_proxy< X > &  a  )  [inline]

Definition at line 138 of file sc_bv.h.

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

Definition at line 142 of file sc_bv.h.


Member Function Documentation

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 192 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 189 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 186 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 183 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 180 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 177 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 174 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 171 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 168 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 165 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 162 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 159 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 156 of file sc_bv.h.

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

Reimplemented from sc_dt::sc_bv_base.

Definition at line 153 of file sc_bv.h.

template<int W>
template<class X >
sc_bv<W>& sc_dt::sc_bv< W >::operator= ( const sc_proxy< X > &  a  )  [inline]

Reimplemented from sc_dt::sc_bv_base.

Definition at line 150 of file sc_bv.h.


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

Generated on 30 Sep 2015 for SystemC by  doxygen 1.6.1