#include <BaseLibCompressor.h>

Public Attributes | |
| bool | m_bDetectLibMemoryLeaks |
Public Attributes inherited from CZipCompressor::COptions | |
| int | m_iBufferSize |
Additional Inherited Members | |
Public Types inherited from CZipCompressor::COptions | |
| enum | Constants { cDefaultBufferSize = 2 * 65536 } |
Public Member Functions inherited from CZipCompressor::COptions | |
| virtual COptions * | Clone () const =0 |
| virtual int | GetType () const =0 |
Represents options of compressors that use external libraries.
Definition at line 50 of file BaseLibCompressor.h.
| bool ZipArchiveLib::CBaseLibCompressor::COptions::m_bDetectLibMemoryLeaks |
true, if the ZipArchive Library should detect memory leaks in an external library; false otherwise. Recommended to be set to true.
Definition at line 61 of file BaseLibCompressor.h.