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

#include <mln/value/int_u32.hh>

Public Member Functions

 int_u32 ()
 int_u32 (int i)
 int_u32 (const mln::literal::zero_t &)
 int_u32 (const mln::literal::one_t &)
C & handle_ ()
int_u< n > next () const
 operator unsigned () const
int operator- () const
const C & to_enc () const
to_equiv () const
to_interop () const

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_

Detailed Description

Alias for unsigned 32-bit integers.

Definition at line 8 of file int_u32.dox.

Constructor & Destructor Documentation

mln::value::int_u32::int_u32 ( )

Constructor without argument.

mln::value::int_u32::int_u32 ( int  i)

Constructor from an integer.

mln::value::int_u32::int_u32 ( const mln::literal::zero_t )

Constructors with literals. Set to 0.

mln::value::int_u32::int_u32 ( const mln::literal::one_t )

Constructors with literals. Set to 1.

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.

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

Give the next value (i.e., i + 1).

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

Conversion to an unsigned integer.

int mln::value::int_u< n >::operator- ( ) const
inherited

Unary operator minus.

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.

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 Integer<void> mln::value::Integer< int_u< n > >::category
inherited

Definition at line 60 of file concept/integer.hh.

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

Encoding associated type.

Definition at line 65 of file value_like.hh.

typedef internal::encoding_unsigned_<n>::ret mln::value::int_u< n >::enc_
protectedinherited

Encoding associated type.

Definition at line 140 of file int_u.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 int_u< n > mln::Object< int_u< 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.