Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Go to the source code of this file.
Macros | |
#define | const /* note: need a more gentle solution here */ |
#define | z_const |
#define | MAX_MEM_LEVEL 9 |
#define | MAX_WBITS 15 /* 32K LZ77 window */ |
#define | OF(args) () |
#define | Z_ARG(args) () |
#define | ZEXTERN extern |
#define | ZEXPORT |
#define | ZEXPORTVA |
#define | FAR |
#define | SEEK_SET 0 /* Seek from beginning of file. */ |
#define | SEEK_CUR 1 /* Seek from current position. */ |
#define | SEEK_END 2 /* Set file pointer to EOF plus "offset" */ |
#define | z_off_t long |
#define | z_off64_t z_off_t |
Typedefs | |
typedef unsigned char | Byte |
typedef unsigned int | uInt |
typedef unsigned long | uLong |
typedef Byte FAR | Bytef |
typedef char FAR | charf |
typedef int FAR | intf |
typedef uInt FAR | uIntf |
typedef uLong FAR | uLongf |
typedef Byte const * | voidpc |
typedef Byte FAR * | voidpf |
typedef Byte * | voidp |
typedef unsigned long | z_crc_t |
#define z_const |
Definition at line 224 of file zconf.h.
Referenced by compress2(), deflateSetDictionary(), gunpipe(), gzwrite(), inflate(), inflate_fast(), inflateBack(), inflateBack9(), rotate(), and uncompress().
#define z_off64_t z_off_t |
Definition at line 490 of file zconf.h.
Referenced by gz_skip(), gz_zero(), gzoffset(), gzoffset64(), gzseek(), gzseek64(), and gztell().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.