| ATOMIC_INTEGER | Atomic access to single integer values |
| COMMAND_LINE | Class representation of command line arguments |
| DBC_EXCEPTION | Exception that is thrown when some contract fails |
| DEFINITION_BY_CONTRACT | Tool for simulating programming/design-by-contract in C++ classes |
| KVU_GUARD_LOCK | A simple guarded lock wrapper for pthread_mutex_lock and pthread_mutex_unlock |
| MESSAGE_ITEM | A simple version of C++ stringstream |
| OBJECT_QUEUE< T > | Thread-safe way to transmit generic objects (FIFO-queue) |
| PROCEDURE_TIMER | Procedure timer |
| TEMPORARY_FILE_DIRECTORY | Provides services for allocating and reserving secure, temporary directories |
| VALUE_QUEUE | A thread-safe queue implementation for int-double value pairs |
| VALUE_QUEUE_RT_C | A queue implementation for int-double value pairs, optimized for two thread scenarios, and specifically cases in which the consumer thread is potentially run with higher static priority |