Project Alice
Loading...
Searching...
No Matches
ZSTD_prefixDict_s Struct Reference

#include <zstd_compress_internal.h>

Public Attributes

const void * dict
 
size_t dictSize
 
ZSTD_dictContentType_e dictContentType
 

Detailed Description

Definition at line 46 of file zstd_compress_internal.h.

Member Data Documentation

◆ dict

const void* ZSTD_prefixDict_s::dict

Definition at line 47 of file zstd_compress_internal.h.

◆ dictContentType

ZSTD_dictContentType_e ZSTD_prefixDict_s::dictContentType

Definition at line 49 of file zstd_compress_internal.h.

◆ dictSize

size_t ZSTD_prefixDict_s::dictSize

Definition at line 48 of file zstd_compress_internal.h.


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