cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CAllocatorA generic allocator backed by function pointers (vtable)
 CArenaRepresents a linear memory arena backed by OS virtual memory
 CArenaTempA saved checkpoint into an arena, used for scoped temporary allocations
 CCallbackInternal structure to hold a logging callback and its configuration
 CLogEventA structured event containing all metadata for a single log message
 CLoggerInternal state structure for the global logger
 CString8A sized UTF-8 string slice
 CString8ListA linked list of strings, useful for concatenating text without reallocation
 CString8NodeA node for a linked list of strings (String Builder)
 CTestNodeDummy node used for testing intrusive linked list macros