#include <ExprIntrp_GenRel.hxx>
Inheritance diagram for ExprIntrp_GenRel:
Public Member Functions | |
Standard_EXPORT void | Process (const TCollection_AsciiString &str) |
Processes given string. . | |
Standard_EXPORT Standard_Boolean | IsDone () const |
Returns false if any syntax error has occurred during process. . | |
Standard_EXPORT Handle_Expr_GeneralRelation | Relation () const |
Returns relation generated. Raises an exception if IsDone answers false. . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Static Public Member Functions | |
static Standard_EXPORT Handle_ExprIntrp_GenRel | Create () |
Private Member Functions | |
Standard_EXPORT | ExprIntrp_GenRel () |
Creates an empty generator . | |
Private Attributes | |
Standard_Boolean | done |
Handle_Expr_GeneralRelation | myRelation |
|
|
|
|
|
Reimplemented from ExprIntrp_Generator. |
|
|
|
|
|
|
|
|
|
|