1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/src/Storage/FILES
abv 39c8dc708f 0031546: Application Framework - Memory leak (100 bytes) on Load / Close OCAF document
Class Standard_BaseDriver is inherited from Standard_Transient, its descendants are updated accordingly.
Handle is used to manipulate objects of this class and its descendants (instead of references or raw pointers) to ensure automatic destruction.

Added test bugs caf bug31546

Related:
- Standard_OVERRIDE is added in declarations of virtual methods in descendants of Storage_BaseDriver
- Methods operator << and operator >> are removed in descendants of Storage_BaseDriver (they repeat the same methods inherited from the base class)
- Typedef PCDM_BaseDriverPointer is marked as deprecated
- Unused class DDI_Ostream is removed
- Private field Standard_Transient::count is renamed to myRefCount_ to avoid compiler warnings if the same name is used within the scope of a descendant class
- Output of meaningful error messages is restored in DRAW commands fsdread and fsdwrite
2020-05-07 21:24:46 +03:00

51 lines
1.2 KiB
Plaintext
Executable File

Storage.cxx
Storage.hxx
Storage_ArrayOfCallBack.hxx
Storage_ArrayOfSchema.hxx
Storage_BaseDriver.cxx
Storage_BaseDriver.hxx
Storage_BucketOfPersistent.hxx
Storage_CallBack.cxx
Storage_CallBack.hxx
Storage_Data.cxx
Storage_Data.hxx
Storage_DataMapIteratorOfMapOfCallBack.hxx
Storage_DataMapIteratorOfMapOfPers.hxx
Storage_DefaultCallBack.cxx
Storage_DefaultCallBack.hxx
Storage_Error.hxx
Storage_HArrayOfCallBack.hxx
Storage_HArrayOfSchema.hxx
Storage_HeaderData.cxx
Storage_HeaderData.hxx
Storage_HPArray.hxx
Storage_HSeqOfRoot.hxx
Storage_InternalData.cxx
Storage_InternalData.hxx
Storage_Macros.hxx
Storage_MapOfCallBack.hxx
Storage_MapOfPers.hxx
Storage_OpenMode.hxx
Storage_PArray.hxx
Storage_Position.hxx
Storage_PType.hxx
Storage_Root.cxx
Storage_Root.hxx
Storage_RootData.cxx
Storage_RootData.hxx
Storage_Schema.cxx
Storage_Schema.hxx
Storage_SeqOfRoot.hxx
Storage_SolveMode.hxx
Storage_StreamExtCharParityError.hxx
Storage_StreamFormatError.hxx
Storage_StreamModeError.hxx
Storage_StreamReadError.hxx
Storage_StreamTypeMismatchError.hxx
Storage_StreamUnknownTypeError.hxx
Storage_StreamWriteError.hxx
Storage_TypeData.cxx
Storage_TypeData.hxx
Storage_TypedCallBack.cxx
Storage_TypedCallBack.hxx