ThingWorx C SDK
Public Member Functions | Properties | List of all members
DotZLib.Info Class Reference

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. "1.2.1" More...
 

Detailed Description

Encapsulates general information about the ZLib library

Constructor & Destructor Documentation

DotZLib.Info.Info ( )
inline

Constructs an instance of the Info class.

Property Documentation

bool DotZLib.Info.HasDebugInfo
get

True if the library is compiled with debug info

int DotZLib.Info.SizeOfOffset
get

Gets the size of the z_off_t type that was compiled into Zlib

int DotZLib.Info.SizeOfPointer
get

Gets the size of the pointers that were compiled into Zlib

int DotZLib.Info.SizeOfUInt
get

Gets the size of the unsigned int that was compiled into Zlib

int DotZLib.Info.SizeOfULong
get

Gets the size of the unsigned long that was compiled into Zlib

bool DotZLib.Info.UsesAssemblyCode
get

True if the library is compiled with assembly optimizations

string DotZLib.Info.Version
staticget

Gets the version of ZLib as a string, e.g. "1.2.1"


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