Implements an interpreter for equations or system
of equations made of expressions of package Expr.
#include <ExprIntrp_GenRel.hxx>
Public Member Functions |
| void | Process (const TCollection_AsciiString &str) |
| | Processes given string.
|
| Standard_Boolean | IsDone () const |
| | Returns false if any syntax error has occurred during
process.
|
| Handle_Expr_GeneralRelation | Relation () const |
| | Returns relation generated. Raises an exception if
IsDone answers false.
|
Static Public Member Functions |
| static Handle_ExprIntrp_GenRel | Create () |
Member Function Documentation
| static Handle_ExprIntrp_GenRel ExprIntrp_GenRel::Create |
( |
| ) |
[static] |
| Handle_Expr_GeneralRelation ExprIntrp_GenRel::Relation |
( |
| ) |
const |
The documentation for this class was generated from the following file: