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

Gecode::Support::IntTypeTraits< signed char > Class Template Reference

Traits for signed char. More...

#include <int-type.hpp>

List of all members.

Public Types

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

Static Public Attributes

static const signed char min = SCHAR_MIN
 Minimal value.
static const signed char max = SCHAR_MAX
 Maximal value.
static const IntType description = IT_CHAR
 Description of type.

Detailed Description

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

Traits for signed char.

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


Member Typedef Documentation

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

Corresponding unsigned type.

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

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

Corresponding signed type.

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


Member Data Documentation

const signed char Gecode::Support::IntTypeTraits< signed char >::min = SCHAR_MIN [static]

Minimal value.

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

const signed char Gecode::Support::IntTypeTraits< signed char >::max = SCHAR_MAX [static]

Maximal value.

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

const IntType Gecode::Support::IntTypeTraits< signed char >::description = IT_CHAR [static]

Description of type.

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


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