Main MRPT website > C++ reference for MRPT 1.9.9
List of all members | Public Attributes
z_stream_s Struct Reference

Detailed Description

Definition at line 61 of file zlib.h.

#include <zlib/zlib.h>

Public Attributes

Bytefnext_in
 
uInt avail_in
 
uLong total_in
 
Bytefnext_out
 
uInt avail_out
 
uLong total_out
 
char * msg
 
struct internal_state FARstate
 
alloc_func zalloc
 
free_func zfree
 
voidpf opaque
 
int data_type
 
uLong adler
 
uLong reserved
 

Member Data Documentation

◆ adler

uLong z_stream_s::adler

Definition at line 79 of file zlib.h.

◆ avail_in

uInt z_stream_s::avail_in

Definition at line 64 of file zlib.h.

◆ avail_out

uInt z_stream_s::avail_out

Definition at line 68 of file zlib.h.

◆ data_type

int z_stream_s::data_type

Definition at line 78 of file zlib.h.

◆ msg

char* z_stream_s::msg

Definition at line 71 of file zlib.h.

◆ next_in

Bytef* z_stream_s::next_in

Definition at line 63 of file zlib.h.

◆ next_out

Bytef* z_stream_s::next_out

Definition at line 67 of file zlib.h.

◆ opaque

voidpf z_stream_s::opaque

Definition at line 76 of file zlib.h.

◆ reserved

uLong z_stream_s::reserved

Definition at line 80 of file zlib.h.

◆ state

struct internal_state FAR* z_stream_s::state

Definition at line 72 of file zlib.h.

◆ total_in

uLong z_stream_s::total_in

Definition at line 65 of file zlib.h.

◆ total_out

uLong z_stream_s::total_out

Definition at line 69 of file zlib.h.

◆ zalloc

alloc_func z_stream_s::zalloc

Definition at line 74 of file zlib.h.

◆ zfree

free_func z_stream_s::zfree

Definition at line 75 of file zlib.h.




Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST