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
 CkAllocTraitRepresents a memory allocator trait
 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
 CkArrayProviderSupports operations on contiguous array-based data types
 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
 CkBitArrayRepresents a 1D array of bits
 CkBlowfishCipherBlowfish cipher implementation
 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
 CkCipherAbstract base class for symmetric-key encryption classes
 CkCipherModeRepresents cipher mode for encryption and decryption functions
 CkCipherPaddingRepresents padding mode for encryption
 CkCipherStreamSupports streaming encryption or decryption
 CkCollectionSupports forward iteration over a collection of items
 CkComparisonRepresents a comparison type
 CkCompressionPresetPreset compression levels
 CkCompressionTypeType of compression algorithm
 CkDat5SerializerSerializes/deserializes objects using kDat5 format
 CkDat6SerializerSerializes/deserializes objects using kDat6 format
 CkDateTimeRepresents UTC calendar date/time
 CkDateTimeFormatRepresents a date/time text 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
 CkEndiannessRepresents the byte-ordering of primitive data types
 CkEnumeratorInfoRepresents enumerator information
 CkEventRepresents a list of callbacks
 CkFieldInfoRepresents type field information
 CkFileRepresents a file stream
 CkFileModeFlags that control how a file is opened
 CkHashAbstract base class providing hash functionality
 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)
 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
 CkLockOptionRepresents a lock construction option
 CkLogOptionRepresents options associated with a log entry
 CkMacAddressRepresents an Ethernet address
 CkMapRepresents a collection of key-value pairs stored in a hash table
 CkMathCollection of mathematical utility functions
 CkMemoryRepresents an in-memory stream
 CkMemoryAlignmentRepresents alignment options for allocations
 CkMethodInfoRepresents type method information
 CkMsgQueueRepresents a synchronized FIFO queue with an optional maximum content size and/or item capacity
 CkMsgQueueDropArgsRepresents arguments passed in a kMsgQueue drop callback
 CkMsgQueueItemOptionRepresents a set of options describing a kMsgQueue item
 CkMsgQueuePurgeOptionRepresents a set of kMsgQueue purge options
 CkNetworkA collection of static network utility methods
 CkNetworkAdapterRepresents network adapter configuration information
 CkNetworkInfoRepresents network configuration information
 CkNetworkInterfaceRepresents network interface configuration information
 CkObjectRoot of all Zen classes
 CkObjectPoolSupports reclaiming objects upon destruction
 CkParallelDeclares the kParallel class
 CkParallelArgsArguments received by a kParallel data processing callback
 CkParallelTransactionOpaque pointer to a kParallel transaction
 CkPathCollection of path manipulation functions
 CkPeriodicProvides a periodic function call
 CkPipeStreamRepresents standard streams as kStream object
 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
 CkPoint4d16s4D point structure with 16-bit signed integer 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
 CkProcessRepresents a process
 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
 CkSha1HashSha1 hash implementation
 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
 CkSymbolInfoCollection of static functions related to debug symbol information
 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
 CkThreadIdRepresents a unique thread identifier
 CkThreadPoolRepresents a thread pool
 CkThreadPoolTransactionOpaque pointer to a kThreadPool transaction
 CkThreadPriorityClassRepresents a thread priority class
 CkTimerRepresents an interval timer
 CkTimeSpanRepresents a span of time
 CkTimeSpanFormatRepresents a timespan text format
 CkTypeRepresents metadata about a type (class, interface, or value)
 CkTypeFlagsRepresents a set of type flags
 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
 CkWebSocketRepresents a WebSocket
 CkWebSocketDataTypeRepresents Websocket message content type
 CkXmlRepresents an XML document