StuBS
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CACPI::AddressACPI address format
 Cmultiboot_info::ArrayHelper Structure
 CTextMode::AttributeStructure of a character attribute consists of 4 bit fore- and 3 bit background color, and a single blink bit
 CBBuffer< T, CAP >The class BBuffer implements a bounded buffer, that is a circular buffer with a fixed capacity
 CBellringerManages and activates time-triggered activities
 CTextMode::CellStructure for a cell in text mode
 CContextStructure for saving the CPU context when switching coroutines
 CLAPIC::Timer::ControlRegisterLAPIC-Timer Control Register
 CCore::CR< id >Access to the Control Register
 CCursorHelper structure for the hardware cursor
 CLAPIC::DestinationFormatRegisterDestination Format Register
 CDispatcherThe dispatcher dispatches threads and puts the scheduler's decisions into action
 CMultiboot::FramebufferVideo mode: Framebuffer
 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
 CKeyboardHandles keystrokes
 CGuardedKeyboardSyscall interface for keyboard
 CPanicDefault handler for (unconfigured) interrupt events
 CWakeUpInterrupt handling used for waking sleeping cores
 CWatchThe Watch device deals with timer interrupts
 CGuardedA handy interface to protect critical sections
 CGuardedSchedulerGuarded interface to the Scheduler used by user applications
 CIOAPIC::IdentificationI/O APIC Identification
 CLAPIC::IdentificationRegisterLocal APIC ID (for Pentium 4 and newer)
 CLAPIC::IPI::InterruptCommandInterrupt Command
 CInterruptContextPreserved interrupt context
 CIOPortAbstracts access to the I/O address space
 CQueue< T >::IteratorMinimal forward iterator You can use this iterator to iterate the queue like a normal STL container. It only supports forward iteration, since the queue is single linked
 CKeyClass that abstracts a key, made up of the scan code and the modifier bits
 CKeyDecoderDecoder for keyboard codes received from the PS2Controller
 CLAPIC::LogicalDestinationRegisterLogical Destination Register
 CMultiboot::MemoryMemory Map
 CMultiboot::ModuleBoot Module (also known as initrd = initial Ramdisk)
 CCore::MSR< id >Access to the Model-Specific Register (MSR)
 Cmultiboot_infoMultiboot Information Structure according to Specification
 CNullStreamIgnore all data passed by the stream operator
 CGDT::PointerStructure that describes a GDT Pointer (aka GDT Descriptor)
 CQueue< T >Templated Queue for arbitrary objects
 CQueue< Bell >
 CQueue< Thread >
 CIOAPIC::RedirectionTableEntryEntry in the redirection table
 CCPUID::RegStructure for register values returned by cpuid instruction
 CACPI::RSDPRoot System Description Pointer (RSDP)
 CSchedulerThe scheduler plans the threads' execution order and, from this, selects the next thread to be running
 CACPI::SDTHSystem Description Table Header (SDTH)
 CACPI::MADTMultiple APIC Description Table (MADT)
 CACPI::RSDTRoot System Description Table (RSDT)
 CACPI::XSDTExtended System Description Table (XSDT)
 CGDT::SegmentDescriptorDescribes the structure of segment descriptors
 CSerialSerial interface
 CSerialStreamConsole (VT100 compatible) via Serial interface
 CSpinlockUsing Spinlocks, it is possible to serialize blocks of code that might otherwise run in parallel on multiple CPU cores, or be interleaved due to interrupts or scheduling
 CLAPIC::SpuriousInterruptVectorRegisterSpurious Interrupt Vector Register
 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
 CCopyStreamDuplicate all data passed by the stream operator to two output streams
 CSerialStreamConsole (VT100 compatible) via Serial interface
 CTextStreamOutput text (form different data type sources) on screen in text mode
 CACPI::SubHeaderHelper structure
 CACPI::MADS::IOAPICI/O APIC Structure
 CACPI::MADS::Interrupt_Source_OverrideInterrupt Source Override Structure
 CACPI::MADS::LAPICProcessor Local APIC (LAPIC) Structure
 CACPI::MADS::LAPIC_Address_OverrideLocal APIC Address Override Structure
 CLAPIC::TaskPriorityRegisterTask Priority Register
 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
 CThreadThe Thread is an object used by the scheduler
 CApplicationTest application
 CIdleThreadThread that is executed when there is nothing to do for this core
 CKeyboardApplicationKeyboard Application
 CTicketlockUsing Ticketlocks, it is possible to serialize blocks of code that might otherwise run in parallel on multiple CPU cores, or be interleaved due to interrupts or scheduling
 CCore::MSR< id >::uint64_partsHelper to access low and high bits of a 64 bit value
 CMultiboot::VBEVideo mode: Vesa BIOS Extension
 CLAPIC::VersionRegisterLocal APIC Version
 CWaitingroomList of threads waiting for an event
 CBellSynchronization object allowing to sleep for given timespan
 CGuardedBellGuarded interface to Bell objects used by user applications
 CSemaphoreSemaphore used for synchronization of threads
 CGuardedSemaphoreGuarded interface to Semaphore objects used by user applications