Zen API
|
Utility classes and functions.
Types | |
class | kBackTrace |
Represents a snapshot of the active functions on a call stack. More... | |
struct | kDateTime |
Represents UTC calendar date/time. More... | |
struct | kDateTimeFormat |
Represents a date/time text format. More... | |
class | kDebugAlloc |
Debug memory allocator that can track allocations and report leaks. More... | |
struct | kDebugAllocation |
Allocation record used by kDebugAlloc. More... | |
class | kDynamicLib |
Represents a dynamically loaded library. More... | |
class | kEvent |
Represents a list of callbacks. More... | |
interface | kObjectPool |
Supports reclaiming objects upon destruction. More... | |
class | kPipeStream |
Represents standard streams as kStream object. More... | |
class | kPlugin |
Represents a dynamically loaded assembly. More... | |
class | kPoolAlloc |
Allocates small buffers from larger blocks and/or caches deallocated buffers for later reuse. More... | |
class | kProcess |
Represents a process. More... | |
class | kSymbolInfo |
Collection of static functions related to debug symbol information. More... | |
class | kTimeSpan |
Represents a span of time. More... | |
struct | kTimeSpanFormat |
Represents a timespan text format. More... | |
class | kUserAlloc |
Allocates memory from a user-defined memory source. More... | |
class | kUtils |
Collection of utility functions. More... | |