$extrastylesheet
#include <mln/value/int_u.hh>
Public Member Functions | |
| int_u () | |
| int_u (int i) | |
| C & | handle_ () |
| int_u< n > | next () const |
| operator unsigned () const | |
| int | operator- () const |
| int_u< n > & | operator= (int i) |
| const C & | to_enc () const |
| V | to_equiv () const |
| N | to_interop () const |
| int_u (const mln::literal::zero_t &) | |
| int_u & | operator= (const mln::literal::zero_t &) |
| int_u (const mln::literal::one_t &) | |
| int_u & | operator= (const mln::literal::one_t &) |
Protected Attributes | |
| enc | v_ |
Public Types | |
| typedef Integer< void > | category |
| typedef C | enc |
| typedef V | equiv |
| typedef int_u< n > | exact_t |
| typedef N | interop |
Protected Types | |
| typedef internal::encoding_unsigned_ < n >::ret | enc_ |
Unsigned integer value class.
The parameter is n the number of encoding bits.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineinherited |
Definition at line 81 of file value_like.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inherited |
Explicit conversion towards encoding type.
|
inherited |
Explicit conversion towards equivalent type.
|
inherited |
Explicit conversion towards interoperation type.
|
protectedinherited |
Definition at line 84 of file value_like.hh.
|
inherited |
Definition at line 60 of file concept/integer.hh.
|
inherited |
Encoding associated type.
Definition at line 65 of file value_like.hh.
|
protected |
|
inherited |
Equivalent associated type.
Definition at line 62 of file value_like.hh.
|
inherited |
|
inherited |
Interoperation associated type.
Definition at line 68 of file value_like.hh.