Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

Expression error codes


Enumerations

enum  FX::FXExpressionError {
  FX::EXPRERR_OK,
  FX::EXPRERR_EMPTY,
  FX::EXPRERR_MEMORY,
  FX::EXPRERR_PAREN,
  FX::EXPRERR_TOKEN,
  FX::EXPRERR_COMMA,
  FX::EXPRERR_IDENT
}

Enumeration Type Documentation

enum FX::FXExpressionError
 

Expression error codes.

Enumeration values:
EXPRERR_OK 
EXPRERR_EMPTY  Empty input.
EXPRERR_MEMORY  Out of memory.
EXPRERR_PAREN  Unmatched parentheses.
EXPRERR_TOKEN  Illegal token.
EXPRERR_COMMA  Expected comma.
EXPRERR_IDENT  Unknown identifier.

Copyright © 1997-2005 Jeroen van der Zijp