Generated on Thu Mar 22 10:40:00 2012 for Gecode by doxygen 1.6.3

Gecode::Support::IntTypeTraits< unsigned int > Class Template Reference

Traits for unsigned integer. More...

#include <int-type.hpp>

List of all members.

Public Types

typedef unsigned int utype
 Corresponding unsigned type.
typedef signed int stype
 Corresponding signed type.

Static Public Attributes

static const unsigned int min = 0
 Minimal value.
static const unsigned int max = UINT_MAX
 Maximal value.
static const IntType description = IT_INT
 Description of type.

Detailed Description

template<>
class Gecode::Support::IntTypeTraits< unsigned int >

Traits for unsigned integer.

Definition at line 135 of file int-type.hpp.


Member Typedef Documentation

typedef unsigned int Gecode::Support::IntTypeTraits< unsigned int >::utype

Corresponding unsigned type.

Definition at line 138 of file int-type.hpp.

typedef signed int Gecode::Support::IntTypeTraits< unsigned int >::stype

Corresponding signed type.

Definition at line 140 of file int-type.hpp.


Member Data Documentation

const unsigned int Gecode::Support::IntTypeTraits< unsigned int >::min = 0 [static]

Minimal value.

Definition at line 142 of file int-type.hpp.

const unsigned int Gecode::Support::IntTypeTraits< unsigned int >::max = UINT_MAX [static]

Maximal value.

Definition at line 144 of file int-type.hpp.

const IntType Gecode::Support::IntTypeTraits< unsigned int >::description = IT_INT [static]

Description of type.

Definition at line 146 of file int-type.hpp.


The documentation for this class was generated from the following file: