Zen API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
All Types
Classes, interfaces, structures, enumerations, and simple values:
 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
 CkArgbARGB color pixel structure
 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
 CkAtomicCollection of functions for atomic variable operations
 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 enumeration
 CkCharRepresents a single unit (byte) in a UTF-8 character
 CkCollectionSupports forward iteration over a collection of items
 CkComparisonComparison type enumeration
 CkDat5SerializerSerializes/deserializes objects to/from kDat5 format
 CkDat6SerializerSerializes/deserializes objects to/from kDat6 format
 CkDebugAllocDebug memory allocator; tracks allocations and can report leaks
 CkDebugAllocationAllocation record used by kDebugAlloc
 CkDirectoryCollection of directory-related functions
 CkDynamicLibRepresents a dynamically loaded library
 CkEventRepresents a list of callbacks
 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 enumeration
 CkImageRepresents a 2D collection of pixels
 CkIpAddressRepresents an IP address
 CkIpEndPointRepresents an IP end point (address, port)
 CkIpEntryRepresents information about a local IP address
 CkIpVersionInternet Protocol version enumeration
 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
 CkMemoryRepresents an in-memory stream
 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 class types in the Zen type system
 CkObjectPoolSupports reclaiming objects upon destruction
 CkPathCollection of path manipulation functions
 CkPeriodicProvides a periodic function call
 CkPixelFormatPixel format descriptor enumeration
 CkPoint16s2D point structure with 16-bit signed integer fields
 CkPoint3d16s3D point structure with 16-bit signed integer fields
 CkPoint3d32f3D point structure with 32-bit floating-point fields
 CkPoint3d64f3D 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
 CkRect64fRectangle structure with 64-bit floating-point fields
 CkRgbRGB color pixel structure
 CkRotatedRect32fRotated rectangle structure with 32-bit floating-point fields
 CkRotatedRect32sRotated rectangle structure with 32-bit signed integer fields
 CkSeekOriginSeek origin enumeration
 CkSemaphoreRepresents a semaphore
 CkSerializerBase class for serialization/deserialization classes
 CkSizeRepresents an unsigned integer that can store a pointer address
 CkSocketRepresents a network socket
 CkSocketEventRepresents an enumeration of socket event types
 CkSocketTypeRepresents the underlying type of a socket
 CkSSizeRepresents a signed integer that can store a pointer address
 CkStatusRepresents an enumeration of error codes
 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)
 CkTypeFlagRepresents an enumeration of type flags
 CkTypeVersionRepresents an opaque reference to type version information (used in object serialization)
 CkUdpClientRepresents a UDP client
 CkUserAllocAllocates memory from a user-defined memory source
 CkUtilsCollection of utility functions
 CkValueRoot of all value types in the kType system
 CkVersionRepresents a version number
 CkXmlRepresents an XML document