|
WinTer 0.1.1
Windows Terminal Emulator
|
| 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 |
| Cpty_state_t | Encapsulates the OS-level state of an active Pseudo Console session |
| 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 |