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