// 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 _MDataStd_ExpressionRetrievalDriver_HeaderFile #define _MDataStd_ExpressionRetrievalDriver_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_MDataStd_ExpressionRetrievalDriver_HeaderFile #include #endif #ifndef _MDF_ARDriver_HeaderFile #include #endif #ifndef _Handle_CDM_MessageDriver_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Standard_Type_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif #ifndef _Handle_PDF_Attribute_HeaderFile #include #endif #ifndef _Handle_MDF_RRelocationTable_HeaderFile #include #endif class CDM_MessageDriver; class Standard_Type; class TDF_Attribute; class PDF_Attribute; class MDF_RRelocationTable; class MDataStd_ExpressionRetrievalDriver : public MDF_ARDriver { public: Standard_EXPORT MDataStd_ExpressionRetrievalDriver(const Handle(CDM_MessageDriver)& theMessageDriver); //! Returns the version number from which the driver
//! is available: 0.
Standard_EXPORT Standard_Integer VersionNumber() const; //! Returns the type: Expression from PDataStd.
Standard_EXPORT Handle_Standard_Type SourceType() const; Standard_EXPORT Handle_TDF_Attribute NewEmpty() const; Standard_EXPORT void Paste(const Handle(PDF_Attribute)& Source,const Handle(TDF_Attribute)& Target,const Handle(MDF_RRelocationTable)& RelocTable) const; DEFINE_STANDARD_RTTI(MDataStd_ExpressionRetrievalDriver) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif