Expression error codes.

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

Definition at line 32 of file FXExpression.h.

00032                        {
00033   EXPRERR_OK,
00034   EXPRERR_EMPTY,             
00035   EXPRERR_MEMORY,            
00036   EXPRERR_PAREN,             
00037   EXPRERR_TOKEN,             
00038   EXPRERR_COMMA,             
00039   EXPRERR_IDENT              
00040   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:44 2009 for TnFOX by doxygen v1.4.7