$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::value::label_8 Struct Reference

#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
to_equiv () const
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

Detailed Description

Alias for 8-bit labels.

Definition at line 8 of file label_8.dox.

Constructor & Destructor Documentation

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.

Member Function Documentation

template<typename V, typename C, typename N, typename E>
C& mln::value::internal::value_like_< V, C, N, E >::handle_ ( )
inlineinherited

Definition at line 81 of file value_like.hh.

label<n> mln::value::label< n >::next ( ) const
inherited

Return the next value.

mln::value::label< n >::operator unsigned ( ) const
inherited

Conversion to an unsigned integer.

label<n>& mln::value::label< n >::operator++ ( )
inherited

Self increment.

label<n>& mln::value::label< n >::operator-- ( )
inherited

Self decrement.

label<n> mln::value::label< n >::prev ( ) const
inherited

Return the previous value.

template<typename V, typename C, typename N, typename E>
const C& mln::value::internal::value_like_< V, C, N, E >::to_enc ( ) const
inherited

Explicit conversion towards encoding type.

template<typename V, typename C, typename N, typename E>
V mln::value::internal::value_like_< V, C, N, E >::to_equiv ( ) const
inherited

Explicit conversion towards equivalent type.

template<typename V, typename C, typename N, typename E>
N mln::value::internal::value_like_< V, C, N, E >::to_interop ( ) const
inherited

Explicit conversion towards interoperation type.

Friends And Related Function Documentation

typedef label<32> label_32
related

Alias for 32-bit integers.

Definition at line 49 of file label_32.hh.

Member Data Documentation

template<typename V, typename C, typename N, typename E>
enc mln::value::internal::value_like_< V, C, N, E >::v_
protectedinherited

Definition at line 84 of file value_like.hh.

Member Typedef Documentation

typedef Symbolic<void> mln::value::Symbolic< label< n > >::category
inherited

Definition at line 64 of file symbolic.hh.

Encoding associated type.

Definition at line 116 of file label.hh.

template<typename V, typename C, typename N, typename E>
typedef V mln::value::internal::value_like_< V, C, N, E >::equiv
inherited

Equivalent associated type.

Definition at line 62 of file value_like.hh.

typedef label< n > mln::Object< label< n > >::exact_t
inherited

Definition at line 105 of file object.hh.

template<typename V, typename C, typename N, typename E>
typedef N mln::value::internal::value_like_< V, C, N, E >::interop
inherited

Interoperation associated type.

Definition at line 68 of file value_like.hh.