![]() |
Max OS 0.3
|
Files | |
| buffer.cpp | |
| Implementation of a simple byte buffer for reading and writing data. | |
| colour.cpp | |
| Implementation of the Colour class defined in colour.h. | |
| graphicsContext.cpp | |
| Implements the GraphicsContext class defined in graphicsContext.h. | |
| inputStream.cpp | |
| Implements an InputStream class for handling string input streams. | |
| logger.cpp | |
| Implements a Logger class for logging messages to multiple output streams. | |
| outputStream.cpp | |
| Implements an output stream for writing strings, characters, integers, and hex values to an output device. | |
| spinlock.cpp | |
| Implements a Spinlock class for mutual exclusion in concurrent programming. | |
| string.cpp | |
| Implementation of a simple String class for handling text of varying types and lengths. | |
| symbols.cpp | |
| Implementation of symbol resolution for instruction pointers. | |