SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Namespaces | Enumerations
InfixExpressionError.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 smtk
 The main namespace for the Simulation Modeling Tool Kit (SMTK).
 
 smtk::common
 Classes used throughout the toolkit.
 

Enumerations

enum  InfixExpressionError {
  ERROR_NONE = 0, ERROR_INVALID_TOKEN = 1, ERROR_INVALID_SYNTAX = 2, ERROR_UNKNOWN_FUNCTION = 3,
  ERROR_UNKNOWN_OPERATOR = 4, ERROR_MATH_ERROR = 5, ERROR_SUBEVALUATION_FAILED = 6
}
 

Detailed Description