Generated on Mon Jul 6 18:09:23 2009 for Gecode by doxygen 1.5.9

int-type.hpp File Reference

(Revision: 8551)

#include <climits>

Go to the source code of this file.


Namespaces

namespace  Gecode
 Gecode toplevel namespace.
namespace  Gecode::Support
 Support algorithms and datastructures

Enumerations

enum  Gecode::Support::IntType { Gecode::Support::IT_CHAR, Gecode::Support::IT_SHRT, Gecode::Support::IT_INT }
 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)