Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Encapsulates general information about the ZLib library More...
Public Member Functions | |
Info () | |
Constructs an instance of the Info class. More... | |
Properties | |
bool | HasDebugInfo [get] |
True if the library is compiled with debug info More... | |
bool | UsesAssemblyCode [get] |
True if the library is compiled with assembly optimizations More... | |
int | SizeOfUInt [get] |
Gets the size of the unsigned int that was compiled into Zlib More... | |
int | SizeOfULong [get] |
Gets the size of the unsigned long that was compiled into Zlib More... | |
int | SizeOfPointer [get] |
Gets the size of the pointers that were compiled into Zlib More... | |
int | SizeOfOffset [get] |
Gets the size of the z_off_t type that was compiled into Zlib More... | |
static string | Version [get] |
Gets the version of ZLib as a string, e.g. More... | |
Encapsulates general information about the ZLib library
Definition at line 216 of file DotZLib.cs.
|
inline |
Constructs an instance of the Info
class.
Definition at line 245 of file DotZLib.cs.
References zlibCompileFlags().
|
get |
True if the library is compiled with debug info
Definition at line 253 of file DotZLib.cs.
|
get |
Gets the size of the z_off_t type that was compiled into Zlib
Definition at line 278 of file DotZLib.cs.
|
get |
Gets the size of the pointers that were compiled into Zlib
Definition at line 273 of file DotZLib.cs.
|
get |
Gets the size of the unsigned int that was compiled into Zlib
Definition at line 263 of file DotZLib.cs.
|
get |
Gets the size of the unsigned long that was compiled into Zlib
Definition at line 268 of file DotZLib.cs.
|
get |
True if the library is compiled with assembly optimizations
Definition at line 258 of file DotZLib.cs.
|
staticget |
Gets the version of ZLib as a string, e.g.
"1.2.1"
Definition at line 283 of file DotZLib.cs.
Referenced by DotZLib.Deflater.Deflater(), and DotZLib.Inflater.Inflater().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:45:02.
© Copyright Michele Bosi. All rights reserved.