|
cbase 1.46.11
C/C++ Static Template
|
| CAllocator | A generic allocator backed by function pointers (vtable) |
| CArena | Represents a linear memory arena backed by OS virtual memory |
| CArenaTemp | A saved checkpoint into an arena, used for scoped temporary allocations |
| CCallback | Internal structure to hold a logging callback and its configuration |
| CLogEvent | A structured event containing all metadata for a single log message |
| CLogger | Internal state structure for the global logger |
| CString8 | A sized UTF-8 string slice |
| CString8List | A linked list of strings, useful for concatenating text without reallocation |
| CString8Node | A node for a linked list of strings (String Builder) |
| CTestNode | Dummy node used for testing intrusive linked list macros |