StuBS
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CBBuffer< T, CAP >The class BBuffer implements a bounded buffer, that is a circular buffer with a fixed capacity
 CBBuffer< char, 16 >
 CBBuffer< Key, 16 >
 CHPET::ComparatorClass abstracting a single HPET comparator
 CCore::CR< id >Access to the Control Register
 CDispatcherThe dispatcher dispatches threads and, by that, puts the scheduler's decisions into action
 CSchedulerThe scheduler plans the threads' execution order and, from this, selects the next thread to be running
 CGuardedSchedulerGuarded interface to the Scheduler used by user applications
 CGlobal< T >Handy interface for OS global variables Example usage:
 CGuardedA handy interface to protect critical sections
 CIOPortAbstracts access to the I/O address space
 CQueue< T, ContainerType >::IteratorA Queue Iterator
 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
 CGateClass of objects that are capable of handling interrupts
 CAssassinHandling for the "killer"-IPI, that is a message indicating that a thread should be terminated
 CClockThe Clock implements the device for the real time clock, providing an interface to retrieve the current date/time
 CKeyboardHandles keystrokes
 CMouseHandles mouse movements and clicks
 CPanicDefault handler for (unconfigured) interrupt events
 CSerialStreamConsole (VT100 compatible) via Serial interface
 CTickerThe Ticker device demonstrates HPET interrupts
 CWatchThe Watch device deals with timer interrupts
 CThreadThe is an object used by the scheduler
 CApplicationTest application
 CKeyboardApplicationKeyboard Application
 CNullStreamIgnore all data passed by the stream operator
 CPerCore< T >Handy interface for core local variables Example usage:
 CPerCore< bool >
 CPerCore< Thread * >
 CQueue< T, ContainerType >This class implements a simple, singly-linked list of objects implementing the base class Queue::Node
 CQueue< Thread >
 CRTCReal Time Clock
 CClockThe Clock implements the device for the real time clock, providing an interface to retrieve the current date/time
 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