// 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_DirectoryStorageDriver_HeaderFile #define _MDataStd_DirectoryStorageDriver_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_MDataStd_DirectoryStorageDriver_HeaderFile #include #endif #ifndef _MDF_ASDriver_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_PDF_Attribute_HeaderFile #include #endif #ifndef _Handle_TDF_Attribute_HeaderFile #include #endif #ifndef _Handle_MDF_SRelocationTable_HeaderFile #include #endif class CDM_MessageDriver; class Standard_Type; class PDF_Attribute; class TDF_Attribute; class MDF_SRelocationTable; class MDataStd_DirectoryStorageDriver : public MDF_ASDriver { public: Standard_EXPORT MDataStd_DirectoryStorageDriver(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: Integer from TDataStd.
Standard_EXPORT Handle_Standard_Type SourceType() const; Standard_EXPORT Handle_PDF_Attribute NewEmpty() const; Standard_EXPORT void Paste(const Handle(TDF_Attribute)& Source,const Handle(PDF_Attribute)& Target,const Handle(MDF_SRelocationTable)& RelocTable) const; DEFINE_STANDARD_RTTI(MDataStd_DirectoryStorageDriver) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif