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

Traits for unsigned char. More...

#include <int-type.hpp>

Public Types

typedef unsigned char utype
 Corresponding unsigned type. More...
 
typedef signed char stype
 Corresponding signed type. More...
 

Static Public Attributes

static const unsigned char min = 0
 Minimal value. More...
 
static const unsigned char max = UCHAR_MAX
 Maximal value. More...
 
static const IntType description = IT_CHAR
 Description of type. More...
 

Detailed Description

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

Traits for unsigned char.

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

Member Typedef Documentation

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

Corresponding unsigned type.

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

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

Corresponding signed type.

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

Member Data Documentation

const unsigned char Gecode::Support::IntTypeTraits< unsigned char >::min = 0
static

Minimal value.

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

const unsigned char Gecode::Support::IntTypeTraits< unsigned char >::max = UCHAR_MAX
static

Maximal value.

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

const IntType Gecode::Support::IntTypeTraits< unsigned char >::description = IT_CHAR
static

Description of type.

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


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