Public Member Functions | |
int_s () | |
int_s (const unsigned long rhs) | |
self & | operator= (const unsigned long rhs) |
int_s (const signed long rhs) | |
self & | operator= (const signed long rhs) |
int_s (const unsigned int rhs) | |
self & | operator= (const unsigned int rhs) |
int_s (const signed int rhs) | |
self & | operator= (const signed int rhs) |
int_s (const unsigned short rhs) | |
self & | operator= (const unsigned short rhs) |
int_s (const signed short rhs) | |
self & | operator= (const signed short rhs) |
int_s (const unsigned char rhs) | |
self & | operator= (const unsigned char rhs) |
int_s (const signed char rhs) | |
self & | operator= (const signed char rhs) |
int_s (const char rhs) | |
self & | operator= (const char rhs) |
template<unsigned mbits, class B2> | |
int_s (const int_s< mbits, B2 > &rhs) | |
template<unsigned mbits, class B2> | |
self & | operator= (const int_s< mbits, B2 > &rhs) |
template<class T> | |
int_s (const real_value< T > &rhs) | |
template<class T> | |
self & | operator= (const real_value< T > &rhs) |
int_s (const float_s rhs) | |
self & | operator= (const float_s rhs) |
int_s (const float_d rhs) | |
self & | operator= (const float_d rhs) |
int_s (bin b) | |
self & | operator= (bin b) |
operator storage_type () const |
Definition at line 131 of file int_s.hh.