![]() |
Public API Reference |
Interface to the expression parser plugin (same as the blxml behaviour layer plugin). More...
#include <tools/expression.h>
Public Member Functions | |
| virtual csPtr< iCelExpression > | Parse (const char *string)=0 |
| Parse an expression from a given string and return a parsed expression. | |
Interface to the expression parser plugin (same as the blxml behaviour layer plugin).
Definition at line 87 of file expression.h.
| virtual csPtr<iCelExpression> iCelExpressionParser::Parse | ( | const char * | string | ) | [pure virtual] |
Parse an expression from a given string and return a parsed expression.