Public Types | Public Member Functions | Static Public Member Functions | Private Types

mln::trait::value_< mln::value::int_s< n > > Struct Template Reference

#include <int_s.hh>

List of all members.

Public Types

typedef mln::value::int_s< n > comp
enum  constants_ { dim = 1, nbits = n, card = mln_value_card_from_(n) - 1 }
typedef trait::value::kind::data kind
typedef
trait::value::nature::integer 
nature
typedef float sum

Public Member Functions

typedef mln_value_quant_from_ (card) quant

Static Public Member Functions

static const self_ epsilon ()
static const self_ max ()
static const self_ min ()
static const char * name ()

Private Types

typedef mln::value::int_s< n > self_

Detailed Description

template<unsigned n>
struct mln::trait::value_< mln::value::int_s< n > >

Definition at line 70 of file int_s.hh.


Member Typedef Documentation

template<unsigned n>
typedef mln::value::int_s<n> mln::trait::value_< mln::value::int_s< n > >::comp

Definition at line 90 of file int_s.hh.

template<unsigned n>
typedef trait::value::kind::data mln::trait::value_< mln::value::int_s< n > >::kind

Definition at line 83 of file int_s.hh.

Definition at line 82 of file int_s.hh.

template<unsigned n>
typedef mln::value::int_s<n> mln::trait::value_< mln::value::int_s< n > >::self_ [private]

Definition at line 73 of file int_s.hh.

template<unsigned n>
typedef float mln::trait::value_< mln::value::int_s< n > >::sum

Definition at line 92 of file int_s.hh.


Member Enumeration Documentation

template<unsigned n>
enum mln::trait::value_< mln::value::int_s< n > >::constants_
Enumerator:
dim 
nbits 
card 

Definition at line 76 of file int_s.hh.


Member Function Documentation

template<unsigned n>
static const self_ mln::trait::value_< mln::value::int_s< n > >::epsilon (  )  [inline, static]

Definition at line 88 of file int_s.hh.

template<unsigned n>
static const self_ mln::trait::value_< mln::value::int_s< n > >::max (  )  [inline, static]

Definition at line 86 of file int_s.hh.

template<unsigned n>
static const self_ mln::trait::value_< mln::value::int_s< n > >::min (  )  [inline, static]

Definition at line 87 of file int_s.hh.

template<unsigned n>
typedef mln::trait::value_< mln::value::int_s< n > >::mln_value_quant_from_ ( card   ) 
template<unsigned n>
static const char* mln::trait::value_< mln::value::int_s< n > >::name (  )  [inline, static]

Definition at line 94 of file int_s.hh.