$extrastylesheet
#include <mln/value/int_s32.hh>
Public Member Functions | |
int_s32 () | |
int_s32 (int i) | |
int_s32 (const mln::literal::zero_t &) | |
int_s32 (const mln::literal::one_t &) | |
C & | handle_ () |
operator int () const | |
const C & | to_enc () const |
V | to_equiv () const |
N | to_interop () const |
Static Public Attributes | |
static const int_s< n > | one |
static const int_s< n > | zero |
Protected Attributes | |
enc | v_ |
Public Types | |
typedef Integer< void > | category |
typedef C | enc |
typedef V | equiv |
typedef int_s< n > | exact_t |
typedef N | interop |
Alias for signed 32-bit integers.
Definition at line 8 of file int_s32.dox.
mln::value::int_s32::int_s32 | ( | ) |
Constructor without argument.
mln::value::int_s32::int_s32 | ( | int | i | ) |
Constructor from an integer.
mln::value::int_s32::int_s32 | ( | const mln::literal::zero_t & | ) |
Constructors with literals. Set to 0.
mln::value::int_s32::int_s32 | ( | const mln::literal::one_t & | ) |
Constructors with literals. Set to 1.
|
inlineinherited |
Definition at line 81 of file value_like.hh.
|
inherited |
Conversion to an integer.
|
inherited |
Explicit conversion towards encoding type.
|
inherited |
Explicit conversion towards equivalent type.
|
inherited |
Explicit conversion towards interoperation type.
|
staticinherited |
|
protectedinherited |
Definition at line 84 of file value_like.hh.
|
staticinherited |
|
inherited |
Definition at line 60 of file concept/integer.hh.
|
inherited |
Encoding associated type.
Definition at line 65 of file value_like.hh.
|
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.