// 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 _PCDM_HeaderFile #define _PCDM_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Handle_CDM_Document_HeaderFile #include #endif #ifndef _Handle_PCDM_StorageDriver_HeaderFile #include #endif #ifndef _Handle_Storage_Schema_HeaderFile #include #endif #ifndef _Handle_CDM_Application_HeaderFile #include #endif #ifndef _PCDM_TypeOfFileDriver_HeaderFile #include #endif #ifndef _PCDM_BaseDriverPointer_HeaderFile #include #endif class CDM_Document; class PCDM_StorageDriver; class Storage_Schema; class TCollection_ExtendedString; class CDM_Application; class TCollection_AsciiString; class PCDM_Document; class PCDM_SequenceOfDocument; class PCDM_Reader; class PCDM_Writer; class PCDM_RetrievalDriver; class PCDM_StorageDriver; class PCDM_ReferenceIterator; class PCDM_Reference; class PCDM_SequenceOfReference; class PCDM_ReadWriter; class PCDM_ReadWriter_1; class PCDM_SequenceNodeOfSequenceOfDocument; class PCDM_SequenceNodeOfSequenceOfReference; class PCDM { public: void* operator new(size_t,void* anAddress) { return anAddress; } void* operator new(size_t size) { return Standard::Allocate(size); } void operator delete(void *anAddress) { if (anAddress) Standard::Free((Standard_Address&)anAddress); } Standard_EXPORT static Standard_Boolean FindStorageDriver(const Handle(CDM_Document)& aDocument) ; //! gets in the EuclidDesktop resource the plugin
//! identifier of the driver plugs the driver.
//!
Standard_EXPORT static Handle_PCDM_StorageDriver StorageDriver(const Handle(CDM_Document)& aDocument) ; Standard_EXPORT static Handle_Storage_Schema Schema(const TCollection_ExtendedString& aSchemaName,const Handle(CDM_Application)& anApplication) ; protected: private: Standard_EXPORT static PCDM_TypeOfFileDriver FileDriverType(const TCollection_AsciiString& aFileName,PCDM_BaseDriverPointer& aBaseDriver) ; friend class PCDM_Document; friend class PCDM_SequenceOfDocument; friend class PCDM_Reader; friend class PCDM_Writer; friend class PCDM_RetrievalDriver; friend class PCDM_StorageDriver; friend class PCDM_ReferenceIterator; friend class PCDM_Reference; friend class PCDM_SequenceOfReference; friend class PCDM_ReadWriter; friend class PCDM_ReadWriter_1; friend class PCDM_SequenceNodeOfSequenceOfDocument; friend class PCDM_SequenceNodeOfSequenceOfReference; }; // other Inline functions and methods (like "C++: function call" methods) #endif