#include <BaseLibCompressor.h>
Public Attributes | |
bool | m_bDetectLibMemoryLeaks |
![]() | |
int | m_iBufferSize |
Additional Inherited Members | |
![]() | |
enum | Constants { cDefaultBufferSize = 2 * 65536 } |
![]() | |
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.