Lunchbox
1.11.0
|
lunchbox | Abstraction layer and common utilities for multi-threaded programming |
Any | A class which can hold instances of any type |
bad_any_cast | A specialization for exceptions thrown by an unsuccessful any_cast |
Array | A wrapper for C arrays without any memory management |
Atomic | A variable with atomic semantics and standalone atomic operations |
Buffer | A simple memory buffer with some helper functions |
Clock | A class for time measurements |
Condition | A condition variable and associated lock |
DSO | Helper to access dynamic shared objects (DSO) |
FutureTimeout | |
FutureImpl | Base class to implement the wait method fulfilling the future |
Future | A future represents a asynchronous operation |
Future< void > | Future template specialization for void |
FutureFunction | A Future implementation using a boost::function for fulfilment |
PtrHash | A hash for pointer keys |
hashRefPtr | A hash function for RefPtr keys |
RefPtrHash | A hash for RefPtr keys |
IndexIterator | Counter-based, as opposed to pointer-based, iterator for any container |
Launcher | The launcher executes a command from a separate process |
LFQueue | A thread-safe, lock-free queue with non-blocking access |
LFVector | STL-like vector implementation providing certain thread-safety guarantees |
LFVectorIterator | An iterator for LFVector |
Lock | A lock (mutex) primitive |
Lockable | A convenience structure to hold data together with a lock for access |
Log | The logging class |
MemoryMap | Helper to map a file to a memory address (mmap) |
Monitor | A monitor primitive |
MPI | MPI functionality wrapper |
MTQueue | A thread-safe queue with a blocking read access |
Group | Group descriptor for popBarrier() |
NonCopyable | Base class to make objects non-copyable |
OMP | Base class for OpenMP functionality |
PersistentMap | Unified interface to save key-value pairs in a persistent store |
PerThread | Implements thread-specific storage for C++ objects |
PerThreadRef | Thread-specific storage for a RefPtr |
Plugin | Manages a class deriving from a PluginT interface |
PluginFactory | Factory for Plugin classes |
hasInitDataT | Helper class to statically register derived plugin classes |
PluginRegisterer | |
PluginRegisterer< Impl, true > | Specialized PluginRegisterer for implementations which have the InitDataT definition |
PluginRegisterer< Impl, false > | Specialized PluginRegisterer for plugin implementations which don't have the InitDataT definition |
Pool | An object allocation pool |
FutureBool | A boolean future with a known value |
Referenced | Base class for referenced objects |
RefPtr | A smart reference pointer, aka boost::intrusive_ptr |
Request | A Future implementation for a RequestHandler request |
Impl | |
RequestHandler | A thread-safe request handler |
Result | A result returns an error code and behaves like a boolean |
RNG | A random number generator |
ScopedMutex | A scoped mutex |
SpinLock | A fast lock for uncontended memory access |
Thread | Utility class to execute code in a separate execution thread |
ThreadID | An utility class to wrap OS-specific thread identifiers |
TimedLock | A mutex with timeout capabilities |
TLS | Provides thread-local storage API used by PerThread and PerThreadRef |
UnorderedIntervalSet | A container to store intervals of elements efficently |
Version | Information about the current Lunchbox version |
hash_map | |
hash_set |