1 #if !defined (__LIMITS_HPP)
25 #if !defined IN_COMMON_HPP
26 #error Limits.hpp is included by Common.hpp only.
31 DECLARE_CLASS( Limits );
72 LONGMIN = (-2147483647 - 1),
92 INDEXBITS = DWORDBITS,
99 COUNTERBITS = LONGBITS,
100 COUNTERMIN = LONGMIN,
115 static Word RealBits;
116 static Word RealPrecision;
124 static Real RealEpsilon;
129 #endif // !defined HEADER_HPP
Limits is to provide information regarding CoreLinux++ scalar types.
Definition: Limits.hpp:37
Forward reference the various common classes.
Definition: AbstractAllocator.hpp:32