Generated on Thu Apr 11 14:00:12 2019 for Gecode by doxygen 1.6.3

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

Traits for unsigned short int. More...

#include <int-type.hpp>

List of all members.

Public Types

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

Static Public Attributes

static const unsigned short int min = 0
 Minimal value.
static const unsigned short int max = USHRT_MAX
 Maximal value.
static const IntType description = IT_SHRT
 Description of type.

Detailed Description

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

Traits for unsigned short int.

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


Member Typedef Documentation

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

Corresponding unsigned type.

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

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

Corresponding signed type.

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


Member Data Documentation

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

Minimal value.

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

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

Maximal value.

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

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

Description of type.

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


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