// 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 _XCAFDrivers_HeaderFile #define _XCAFDrivers_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_Macro_HeaderFile #include #endif #ifndef _Handle_Standard_Transient_HeaderFile #include #endif class Standard_Transient; class Standard_GUID; class XCAFDrivers_DocumentRetrievalDriver; class XCAFDrivers_DocumentStorageDriver; class XCAFDrivers { 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); } //! Depending from the ID, returns a list of storage
//! or retrieval attribute drivers. Used for plugin.
//!
//! Standard data model drivers
//! ===========================
//! 47b0b826-d931-11d1-b5da-00a0c9064368 Transient-Persistent
//! 47b0b827-d931-11d1-b5da-00a0c9064368 Persistent-Transient
//!
//! XCAF data model drivers
//! =================================
//! ed8793f8-3142-11d4-b9b5-0060b0ee281b Transient-Persistent
//! ed8793f9-3142-11d4-b9b5-0060b0ee281b Persistent-Transient
//! ed8793fa-3142-11d4-b9b5-0060b0ee281b XCAFSchema
Standard_EXPORT static Handle_Standard_Transient Factory(const Standard_GUID& aGUID) ; protected: private: friend class XCAFDrivers_DocumentRetrievalDriver; friend class XCAFDrivers_DocumentStorageDriver; }; // other Inline functions and methods (like "C++: function call" methods) #endif