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

#include <zstd_compress_internal.h>

Collaboration diagram for rawSeqStore_t:

Public Attributes

rawSeqseq
 
size_t pos
 
size_t posInSequence
 
size_t size
 
size_t capacity
 

Detailed Description

Definition at line 138 of file zstd_compress_internal.h.

Member Data Documentation

◆ capacity

size_t rawSeqStore_t::capacity

Definition at line 144 of file zstd_compress_internal.h.

◆ pos

size_t rawSeqStore_t::pos

Definition at line 140 of file zstd_compress_internal.h.

◆ posInSequence

size_t rawSeqStore_t::posInSequence

Definition at line 141 of file zstd_compress_internal.h.

◆ seq

rawSeq* rawSeqStore_t::seq

Definition at line 139 of file zstd_compress_internal.h.

◆ size

size_t rawSeqStore_t::size

Definition at line 143 of file zstd_compress_internal.h.


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