#include <string>#include <vector>Go to the source code of this file.
Functions | |
| bool | SeExprParse (SeExprNode *&parseTree, std::string &error, int &errorStart, int &errorEnd, const SeExpression *expr, const char *str, std::vector< char * > *stringTokens) |
| bool SeExprParse | ( | SeExprNode *& | parseTree, | |
| std::string & | error, | |||
| int & | errorStart, | |||
| int & | errorEnd, | |||
| const SeExpression * | expr, | |||
| const char * | str, | |||
| std::vector< char * > * | stringTokens | |||
| ) |
Referenced by SeExpression::parse(), and SeExprEdEditableExpression::setExpr().
1.6.1