// 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 _BinDrivers_DocumentStorageDriver_HeaderFile #define _BinDrivers_DocumentStorageDriver_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_BinDrivers_DocumentStorageDriver_HeaderFile #include #endif #ifndef _BinLDrivers_DocumentStorageDriver_HeaderFile #include #endif #ifndef _Handle_BinMDF_ADriverTable_HeaderFile #include #endif #ifndef _Handle_CDM_MessageDriver_HeaderFile #include #endif #ifndef _Standard_OStream_HeaderFile #include #endif class BinMDF_ADriverTable; class CDM_MessageDriver; class BinLDrivers_DocumentSection; //! persistent implemention of storage a document in a binary file
class BinDrivers_DocumentStorageDriver : public BinLDrivers_DocumentStorageDriver { public: //! Constructor
Standard_EXPORT BinDrivers_DocumentStorageDriver(); Standard_EXPORT virtual Handle_BinMDF_ADriverTable AttributeDrivers(const Handle(CDM_MessageDriver)& theMsgDriver) ; //! implements the procedure of writing a shape section to file
Standard_EXPORT virtual void WriteShapeSection(BinLDrivers_DocumentSection& theDocSection,Standard_OStream& theOS) ; DEFINE_STANDARD_RTTI(BinDrivers_DocumentStorageDriver) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif