SpeedCrunch  0.11
Enumerations
/usr/src/RPM/BUILD/speedcrunch-0.11/src/core/errors.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Error {
  Success = 0, NoOperand, EvalUnstable, Underflow,
  Overflow, ZeroDivide, OutOfDomain, OutOfLogicRange,
  OutOfIntegerRange, BadLiteral, InvalidPrecision, InvalidParam,
  TooExpensive, IONoBase, IOInvalidComplement, IONoSignificand,
  IOBadExp, IOExpOverflow, IOBufferOverflow, IOConversionOverflow,
  IOConversionUnderflow, InvalidParamCount, TypeMismatch, NotImplemented,
  NotAnError
}

Enumeration Type Documentation

enum Error
Enumerator:
Success 
NoOperand 
EvalUnstable 
Underflow 
Overflow 
ZeroDivide 
OutOfDomain 
OutOfLogicRange 
OutOfIntegerRange 
BadLiteral 
InvalidPrecision 
InvalidParam 
TooExpensive 
IONoBase 
IOInvalidComplement 
IONoSignificand 
IOBadExp 
IOExpOverflow 
IOBufferOverflow 
IOConversionOverflow 
IOConversionUnderflow 
InvalidParamCount 
TypeMismatch 
NotImplemented 
NotAnError