// 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 _Storage_InternalData_HeaderFile #define _Storage_InternalData_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Storage_InternalData_HeaderFile #include #endif #ifndef _Storage_BucketOfPersistent_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Storage_HPArray_HeaderFile #include #endif #ifndef _Storage_MapOfCallBack_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif class Storage_HPArray; class Storage_Schema; class Storage_InternalData : public MMgt_TShared { public: Standard_EXPORT Storage_InternalData(); Standard_EXPORT void Clear() ; friend class Storage_Schema; DEFINE_STANDARD_RTTI(Storage_InternalData) protected: private: Storage_BucketOfPersistent myPtoA; Standard_Integer myObjId; Standard_Integer myTypeId; Handle_Storage_HPArray myReadArray; Storage_MapOfCallBack myTypeBinding; }; // other Inline functions and methods (like "C++: function call" methods) #endif