UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
LZ4_streamDecode_t_internal Struct Reference

#include <lz4.h>

Public Attributes

const LZ4_byteexternalDict
 
const LZ4_byteprefixEnd
 
SIZE_T extDictSize
 
SIZE_T prefixSize
 
const unsigned charexternalDict
 
const unsigned charprefixEnd
 
size_t extDictSize
 
size_t prefixSize
 

Detailed Description

LZ4_streamDecode_t : Never ever use below internal definitions directly ! These definitions are not API/ABI safe, and may change in future versions. If you need static allocation, declare or allocate an LZ4_streamDecode_t object.

Member Data Documentation

◆ extDictSize [1/2]

SIZE_T LZ4_streamDecode_t_internal::extDictSize

◆ extDictSize [2/2]

size_t LZ4_streamDecode_t_internal::extDictSize

◆ externalDict [1/2]

const LZ4_byte* LZ4_streamDecode_t_internal::externalDict

◆ externalDict [2/2]

const unsigned char* LZ4_streamDecode_t_internal::externalDict

◆ prefixEnd [1/2]

const LZ4_byte* LZ4_streamDecode_t_internal::prefixEnd

◆ prefixEnd [2/2]

const unsigned char* LZ4_streamDecode_t_internal::prefixEnd

◆ prefixSize [1/2]

SIZE_T LZ4_streamDecode_t_internal::prefixSize

◆ prefixSize [2/2]

size_t LZ4_streamDecode_t_internal::prefixSize

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