 Raul | |
  AtomLiblo | Conversion between Raul Atoms and Liblo OSC arguments |
  AtomRDF | Conversion between Raul Atoms and Redlandmm RDF nodes |
  Array | An array |
  Atom | An OSC atom (fundamental data types OSC messages are composed of) |
  Command | A blocking command to be executed in the audio thread |
  Deletable | Something with a virtual destructor |
  DoubleBuffer | Double buffer |
  EventRingBuffer | A RingBuffer of events (generic time-stamped binary "blobs") |
  JackDriver | Jack based driver for an audio context |
  List | A realtime safe, (partially) thread safe doubly-linked list |
   const_iterator | Realtime safe const iterator for a List |
   iterator | Realtime safe iterator for a List |
   Node | A node in a List |
  Maid | Explicitly driven garbage collector |
  MIDISink | Pure virtual base for anything you can write MIDI to |
  Path | Simple wrapper around standard string with useful path-specific methods |
  Process | A child process |
  RingBuffer | A lock-free RingBuffer |
  Semaphore | Trivial wrapper around POSIX semaphores (zero memory overhead) |
  Slave | Thread driven by (realtime safe) signals |
  SMFReader | Standard Midi File (Type 0) Reader |
  SMFWriter | Standard Midi File (Type 0) Writer |
  SRMWQueue | Realtime-safe single-reader multi-writer queue (aka lock-free ringbuffer) |
  SRSWQueue | Realtime-safe single-reader single-writer queue (aka lock-free ringbuffer) |
  Symbol | A restricted string (C identifier, which is a component of a path) |
  Table | Slow insertion, fast lookup, cache optimized, super fast sorted iteration |
  Thread | Abstract base class for a thread |
  TimeSlice | A duration of time, with conversion between tick time and beat time |
  TimeUnit | A type of time stamp |
  TimeStamp | A real-time time stamp (possible units: frame, absolute (s), or beat) |
 LV2_Event | An LV2 event (header only) |
 LV2_Event_Buffer | A buffer of LV2 events (header only) |
 LV2_Event_Feature | The data field of the LV2_Feature for this extension |