62 template <
int W>
class sc_bv;
83 explicit sc_bv(
bool init_value )
87 explicit sc_bv(
char init_value )
sc_bv(const sc_signed &a)
sc_bv(const sc_bv< W > &a)
Arbitrary precision signed number.
Base class template for bit/logic vector classes.
Arbitrary precision unsigned number.
sc_bv(const sc_unsigned &a)
Arbitrary size bit vector class.
sc_bv(const sc_uint_base &a)
Arbitrary size bit vector class.
sc_bv(const sc_int_base &a)
sc_bv_base & operator=(const sc_proxy< X > &a)
sc_bv< W > & operator=(const sc_proxy< X > &a)
sc_bv(const sc_proxy< X > &a)
Arbitrary size bit vector base class.