// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _ExprIntrp_GenFct_HeaderFile #define _ExprIntrp_GenFct_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_ExprIntrp_GenFct_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _ExprIntrp_Generator_HeaderFile #include #endif class Standard_NoSuchObject; class TCollection_AsciiString; //! Implements an interpreter for defining functions.
//! All its functionnalities can be found in class
//! GenExp.
class ExprIntrp_GenFct : public ExprIntrp_Generator { public: Standard_EXPORT static Handle_ExprIntrp_GenFct Create() ; Standard_EXPORT void Process(const TCollection_AsciiString& str) ; Standard_EXPORT Standard_Boolean IsDone() const; DEFINE_STANDARD_RTTI(ExprIntrp_GenFct) protected: private: Standard_EXPORT ExprIntrp_GenFct(); Standard_Boolean done; }; // other Inline functions and methods (like "C++: function call" methods) #endif