RAUL  0.5.1
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CLV2_EventAn LV2 event (header only)
 CLV2_Event_BufferA buffer of LV2 events (header only)
 CLV2_Event_FeatureThe data field of the LV2_Feature for this extension
 CRaul::AtomAn OSC atom (fundamental data types OSC messages are composed of)
 CRaul::CommandA blocking command to be executed in the audio thread
 CRaul::DeletableSomething with a virtual destructor
 CRaul::List< SharedPtr< Raul::Deletable > >
 CRaul::Array< T >An array
 CRaul::List< T >A realtime safe, (partially) thread safe doubly-linked list
 CRaul::List< T >::NodeA node in a List
 CRaul::MIDISinkPure virtual base for anything you can write MIDI to
 CRaul::SMFWriterStandard Midi File (Type 0) Writer
 CRaul::DoubleBuffer< T >Double buffer
 CRaul::JackDriverJack based driver for an audio context
 CRaul::List< T >::const_iteratorRealtime safe const iterator for a List
 CRaul::List< T >::iteratorRealtime safe iterator for a List
 CRaul::MaidExplicitly driven garbage collector
 CRaul::PathSimple wrapper around standard string with useful path-specific methods
 CRaul::ProcessA child process
 CRaul::RingBuffer< T >A lock-free RingBuffer
 CRaul::SemaphoreTrivial wrapper around POSIX semaphores (zero memory overhead)
 CRaul::SMFReaderStandard Midi File (Type 0) Reader
 CRaul::SRMWQueue< T >Realtime-safe single-reader multi-writer queue (aka lock-free ringbuffer)
 CRaul::SRSWQueue< T >Realtime-safe single-reader single-writer queue (aka lock-free ringbuffer)
 CRaul::SymbolA restricted string (C identifier, which is a component of a path)
 CRaul::Table< K, T >Slow insertion, fast lookup, cache optimized, super fast sorted iteration
 CRaul::ThreadAbstract base class for a thread
 CRaul::SlaveThread driven by (realtime safe) signals
 CRaul::TimeSliceA duration of time, with conversion between tick time and beat time
 CRaul::TimeStampA real-time time stamp (possible units: frame, absolute (s), or beat)
 CRaul::TimeUnitA type of time stamp
 CRaul::RingBuffer< uint8_t >
 CRaul::EventRingBufferA RingBuffer of events (generic time-stamped binary "blobs")
 CRaul::SRSWQueue< Raul::Deletable * >
 CRaul::Table< Path, T >