StuBS
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CApplicationTest application
 CCore::CR< id >Access to the Control Register
 CGateClass of objects that are capable of handling interrupts
 CKeyboardHandles keystrokes
 CMouseHandles mouse movements and clicks
 CPanicDefault handler for (unconfigured) interrupt events
 CGlobal< T >Handy interface for OS global variables Example usage:
 CIOPortAbstracts access to the I/O address space
 CQueue< T, ContainerType >::IteratorA Queue Iterator
 CKeyboardApplicationKeyboard Application
 CKeyDecoderDecoder for keyboard codes received from the PS2Controller
 CMultiboot::MemoryMemory Map
 CMultiboot::ModuleBoot Module (also known as initrd = initial Ramdisk)
 CMouseDecoderDecoder for mouse codes received from the PS2Controller
 CCore::MSR< id >Access to the Model-Specific Register (MSR)
 CQueue< T, ContainerType >::NodeBase class Node for all queueable classes
 CNullStreamIgnore all data passed by the stream operator
 CPerCore< T >Handy interface for core local variables Example usage:
 CQueue< T, ContainerType >This class implements a simple, singly-linked list of objects implementing the base class Queue::Node
 CSerialSerial interface
 CGDB_StubRemote stub for GNU Debugger (GDB)
 CSerialStreamConsole (VT100 compatible) via Serial interface
 CSpinlockBy the use of Spinlocks, it is possible to serialize blocks of code that might run parallel on multiple CPU cores
 CStateStructure for the core state after a trap
 CStringbufferThe class Stringbuffer composes single characters into a longer text that can be processed on block
 COutputStreamThe class OutputStream corresponds, essentially, to the class ostream from the C++ IO-Stream library
 CConsoleOutWrite text on console (STDOUT)
 CCopyStreamDuplicate all data passed by the stream operator to two output streams
 CFileOutWrite text into file
 CSerialStreamConsole (VT100 compatible) via Serial interface
 CTextStreamOutput text (form different data type sources) on screen in text mode
 CTextModeBasic operations in the VGA-compatible text mode
 CTextWindowVirtual windows in text mode
 CTextStreamOutput text (form different data type sources) on screen in text mode