Generated on Sat Feb 7 2015 02:01:52 for Gecode by doxygen 1.8.9.1
Gecode::Support::IntTypeTraits< signed short int > Class Template Reference

Traits for signed short int. More...

#include <int-type.hpp>

Public Types

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

Static Public Attributes

static const signed short int min = SHRT_MIN
 Minimal value. More...
 
static const signed short int max = SHRT_MAX
 Maximal value. More...
 
static const IntType description = IT_SHRT
 Description of type. More...
 

Detailed Description

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

Traits for signed short int.

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

Member Typedef Documentation

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

Corresponding unsigned type.

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

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

Corresponding signed type.

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

Member Data Documentation

const signed short int Gecode::Support::IntTypeTraits< signed short int >::min = SHRT_MIN
static

Minimal value.

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

const signed short int Gecode::Support::IntTypeTraits< signed short int >::max = SHRT_MAX
static

Maximal value.

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

const IntType Gecode::Support::IntTypeTraits< signed short int >::description = IT_SHRT
static

Description of type.

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


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