libime
Public Member Functions | List of all members
libime::details::ZSTDDecompressorImpl Class Reference
Inheritance diagram for libime::details::ZSTDDecompressorImpl:
Inheritance graph
[legend]
Collaboration diagram for libime::details::ZSTDDecompressorImpl:
Collaboration graph
[legend]

Public Member Functions

bool filter (const char *&src_begin, const char *src_end, char *&dest_begin, char *dest_end, bool flush)
 
void close ()
 
- Public Member Functions inherited from libime::details::ZSTDFilterBase
 ZSTDFilterBase (const ZSTDFilterBase &)=delete
 

Additional Inherited Members

- Public Types inherited from libime::details::ZSTDFilterBase
using char_type = char
 
- Protected Member Functions inherited from libime::details::ZSTDFilterBase
void before (const char *&src_begin, const char *src_end, char *&dest_begin, const char *dest_end)
 
void after (const char *&src_begin, char *&dest_begin, bool) const
 
void reset ()
 
- Protected Attributes inherited from libime::details::ZSTDFilterBase
ZSTD_inBuffer in_
 
ZSTD_outBuffer out_
 
int eof_ = 0
 

Detailed Description

Definition at line 125 of file zstdfilter.h.


The documentation for this class was generated from the following file: