SST/macro
Public Attributes | List of all members
LodePNGDecompressSettings Struct Reference

#include <lodepng.h>

Collaboration diagram for LodePNGDecompressSettings:
Collaboration graph

Public Attributes

unsigned ignore_adler32
 
unsigned(* custom_zlib )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)
 
unsigned(* custom_inflate )(unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)
 
void * custom_context
 

Detailed Description

Definition at line 248 of file lodepng.h.

Member Data Documentation

void* LodePNGDecompressSettings::custom_context

Definition at line 262 of file lodepng.h.

unsigned(* LodePNGDecompressSettings::custom_inflate) (unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)

Definition at line 258 of file lodepng.h.

unsigned(* LodePNGDecompressSettings::custom_zlib) (unsigned char **, size_t *, const unsigned char *, size_t, const LodePNGDecompressSettings *)

Definition at line 252 of file lodepng.h.

unsigned LodePNGDecompressSettings::ignore_adler32

Definition at line 249 of file lodepng.h.


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