$extrastylesheet
#include <mln/value/label_8.hh>
Public Member Functions | |
label_8 () | |
label_8 (unsigned i) | |
label_8 (const literal::zero_t &v) | |
C & | handle_ () |
label< n > | next () const |
operator unsigned () const | |
label< n > & | operator++ () |
label< n > & | operator-- () |
label< n > | prev () const |
const C & | to_enc () const |
V | to_equiv () const |
N | to_interop () const |
Protected Attributes | |
enc | v_ |
Public Types | |
typedef Symbolic< void > | category |
typedef internal::encoding_unsigned_ < n >::ret | enc |
typedef V | equiv |
typedef label< n > | exact_t |
typedef N | interop |
Related Functions | |
(Note that these are not member functions.) | |
typedef label< 32 > | label_32 |
Alias for 8-bit labels.
Definition at line 8 of file label_8.dox.
mln::value::label_8::label_8 | ( | ) |
Constructor without argument.
mln::value::label_8::label_8 | ( | unsigned | i | ) |
Constructor from an (unsigned) integer.
mln::value::label_8::label_8 | ( | const literal::zero_t & | v | ) |
Constructor from literal::zero.
|
inlineinherited |
Definition at line 81 of file value_like.hh.
|
inherited |
Return the next value.
|
inherited |
Conversion to an unsigned integer.
|
inherited |
Self increment.
|
inherited |
Self decrement.
|
inherited |
Return the previous value.
|
inherited |
Explicit conversion towards encoding type.
|
inherited |
Explicit conversion towards equivalent type.
|
inherited |
Explicit conversion towards interoperation type.
Alias for 32-bit integers.
Definition at line 49 of file label_32.hh.
|
protectedinherited |
Definition at line 84 of file value_like.hh.
|
inherited |
Definition at line 64 of file symbolic.hh.
|
inherited |
|
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.