Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
All Types
All library types:
 Ck16sRepresents a 16-bit signed integer
 Ck16uRepresents a 16-bit unsigned integer
 Ck32fRepresents a 32-bit floating-point number
 Ck32sRepresents a 32-bit signed integer
 Ck32uRepresents a 32-bit unsigned integer
 Ck64fRepresents a 64-bit floating-point number
 Ck64sRepresents a 64-bit signed integer
 Ck64uRepresents a 64-bit unsigned integer
 Ck8sRepresents an 8-bit signed integer
 Ck8uRepresents an 8-bit unsigned integer
 CkAllocAbstract base class for memory allocator types
 CkApiLibCollection of library management functions
 CkArgb32-bit color pixel structure (B/G/R/A)
 CkArray1Represents a 1D array
 CkArray2Represents a 2D array
 CkArray3Represents a 3D array
 CkArrayListRepresents a list implemented with a dynamic array
 CkAssemblyRepresents a library of types
 CkAtomic32sRepresents a 32-bit, atomically-accessed, signed integer
 CkAtomicPointerRepresents an atomically-accessed pointer
 CkBackTraceRepresents a snapshot of the active functions on a call stack
 CkBoolRepresents a boolean value
 CkBoxRepresents an instance of a value type as an object
 CkByteRepresents a byte on the current platform
 CkCallbackRepresents a callback function and context pointer
 CkCfaImage color filter array type
 CkCharRepresents a single unit (byte) in a UTF-8 character
 CkCollectionSupports forward iteration over a collection of items
 CkComparisonRepresents a comparison type
 CkDat5SerializerSerializes/deserializes objects using kDat5 format
 CkDat6SerializerSerializes/deserializes objects using kDat6 format
 CkDebugAllocDebug memory allocator that can track allocations and report leaks
 CkDebugAllocationAllocation record used by kDebugAlloc
 CkDirectoryCollection of directory-related functions
 CkDynamicLibRepresents a dynamically loaded library
 CkEnumeratorInfoRepresents enumerator information
 CkEventRepresents a list of callbacks
 CkFieldInfoRepresents type field information
 CkFileRepresents a file stream
 CkFileModeFlags that control how a file is opened
 CkHttpServerImplements a simple HTTP server
 CkHttpServerChannelRepresents the server side of an HTTP connection
 CkHttpServerRequestSupports HTTP server request parsing
 CkHttpServerResponseSupports HTTP server response formatting
 CkHttpStatusHTTP status code
 CkImageRepresents a 2D collection of pixels
 CkIpAddressRepresents an IP address
 CkIpEndPointRepresents an IP end point (address, port)
 CkIpEntryRepresents information about a local IP address
 CkIpVersionRepresents an Internet Protocol version
 CkIteratorUsed in conjunction with the kCollection class to iterate over elements
 CkListRepresents a doubly-linked list
 CkLockRepresents a recursive mutual exclusion lock
 CkMapRepresents a collection of key-value pairs stored in a hash table
 CkMathCollection of mathematical utility functions
 CkMemoryRepresents an in-memory stream
 CkMethodInfoRepresents type method information
 CkMsgQueueRepresents a synchronized FIFO queue with an optional maximum size or count capacity
 CkMsgQueueDropArgsRepresents arguments passed in a kMsgQueue drop callback
 CkNetworkA collection of static network utility methods
 CkObjectRoot of all Zen classes
 CkObjectPoolSupports reclaiming objects upon destruction
 CkPathCollection of path manipulation functions
 CkPeriodicProvides a periodic function call
 CkPixelFormatPixel format descriptor
 CkPluginRepresents a dynamically loaded assembly
 CkPoint16s2D point structure with 16-bit signed integer fields
 CkPoint32f2D point structure with 32-bit floating-point fields
 CkPoint32s2D point structure with 32-bit signed integer fields
 CkPoint3d16s3D point structure with 16-bit signed integer fields
 CkPoint3d32f3D point structure with 32-bit floating-point fields
 CkPoint3d32s3D point structure with 32-bit signed integer fields
 CkPoint3d64f3D point structure with 64-bit floating-point fields
 CkPoint64f2D point structure with 64-bit floating-point fields
 CkPointerRepresents a void pointer
 CkPoolAllocAllocates small buffers from larger blocks and/or caches deallocated buffers for later reuse
 CkQueueRepresents a FIFO queue implemented with a dynamic array
 CkRect16sRectangle structure with 16-bit signed integer fields
 CkRect32fRectangle structure with 32-bit floating-point fields
 CkRect32sRectangle structure with 32-bit signed integer fields
 CkRect3d64fRectangular cuboid structure with 64-bit floating-point fields
 CkRect64fRectangle structure with 64-bit floating-point fields
 CkRgb32-bit color pixel structure (B/G/R/X)
 CkRotatedRect32fRotated rectangle structure with 32-bit floating-point fields
 CkRotatedRect32sRotated rectangle structure with 32-bit signed integer fields
 CkSeekOriginRepresents a stream seek origin
 CkSemaphoreRepresents a semaphore
 CkSerializerBase class for serialization/deserialization classes
 CkSizeRepresents an unsigned integer that can store a pointer address
 CkSocketRepresents a network socket
 CkSocketEventRepresents a set of socket event types
 CkSocketTypeRepresents the underlying type of a socket
 CkSSizeRepresents a signed integer that can store a pointer address
 CkStatusRepresents an error code
 CkStreamRepresents an I/O stream
 CkStringRepresents a character string
 CkTcpClientRepresents a TCP client
 CkTcpServerRepresents a TCP server
 CkText128Represents a 128-unit, null-terminated, kChar sequence
 CkText16Represents a 16-unit, null-terminated, kChar sequence
 CkText256Represents a 256-unit, null-terminated, kChar sequence
 CkText32Represents a 32-unit, null-terminated, kChar sequence
 CkText64Represents a 64-unit, null-terminated, kChar sequence
 CkThreadRepresents a thread
 CkTimerRepresents an interval timer
 CkTypeRepresents metadata about a type (class, interface, or value)
 CkTypeFlagsRepresents a set of type flags
 CkTypeVersionInfoRepresents serialization version information
 CkUdpClientRepresents a UDP client
 CkUserAllocAllocates memory from a user-defined memory source
 CkUtilsCollection of utility functions
 CkValueRoot of all Zen value types
 CkVersionRepresents a version number
 CkXmlRepresents an XML document