RAUL  0.8.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NRaul
 oNAtomLibloConversion between Raul Atoms and Liblo OSC arguments
 oNAtomRDFConversion between Raul Atoms and Redlandmm RDF nodes
 oCArrayAn array
 oCArrayStackAn array that can also be used as a stack (with a fixed maximum size)
 oCAtomA piece of data with some type
 oCAtomicIntAtomic integer
 oCAtomicPtrAtomic pointer
 oCConfigurationProgram configuration (command line options and/or configuration file)
 oCDeletableSomething with a virtual destructor
 oCDoubleBufferDouble buffer
 oCEventRingBufferA RingBuffer of events (generic time-stamped binary "blobs")
 oCListA realtime safe, (partially) thread safe doubly-linked list
 |oCconst_iteratorRealtime safe const iterator for a List
 |oCiteratorRealtime safe iterator for a List
 |\CNodeA node in a List
 oCLogBufferBuffer for (possibly coloured) log printing
 oCMaidExplicitly driven garbage collector
 oCMIDISinkPure virtual base for anything you can write MIDI to
 oCPathA URI which is a path (for example a filesystem or OSC path)
 oCPathTableTable of Paths
 oCProcessA child process
 oCQuantizerQuantizer
 oCRingBufferA lock-free RingBuffer
 oCSemaphoreCounting semaphore
 oCSlaveThread driven by (realtime safe) signals
 oCSMFReaderStandard Midi File (Type 0) Reader
 oCSMFWriterStandard Midi File (Type 0) Writer
 oCSRMWQueueRealtime-safe single-reader multi-writer queue (aka lock-free ringbuffer)
 oCSRSWQueueRealtime-safe single-reader single-writer queue (aka lock-free ringbuffer)
 oCSymbolA restricted string (C identifier, which is a component of a Path)
 oCTableSlow insertion, fast lookup, cache optimized, super fast sorted iteration
 oCThreadAbstract base class for a thread
 oCTimeSliceA duration of time, with conversion between tick time and beat time
 oCTimeUnitA type of time stamp
 oCTimeStampA real-time time stamp (possible units: frame, absolute (s), or beat)
 \CURISimple wrapper around standard string with useful URI-specific methods