Generated on Mon Nov 30 11:16:39 2009 for Gecode by doxygen 1.5.5

int-type.hpp File Reference

(Revision: 9812)

#include <climits>

Go to the source code of this file.

Namespaces

namespace  Gecode
namespace  Gecode::Support

Enumerations

enum  Gecode::Support::IntType { Gecode::Support::IT_CHAR = 0, Gecode::Support::IT_SHRT = 1, Gecode::Support::IT_INT = 2 }
 Description of integer types. More...

Functions

IntType Gecode::Support::u_type (unsigned int n)
 Return type required to represent n.
IntType Gecode::Support::s_type (signed int n)
 Return type required to represent n.
IntType Gecode::Support::s_type (int n)