Lunchbox
1.13.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
Clunchbox::Atomic< int32_t > | |
▼Cnoncopyable | |
▼Clunchbox::FutureImpl< bool > | |
Clunchbox::FutureTrue | A boolean future always returning true |
Clunchbox::FutureImpl< void > | |
Clunchbox::Compressor | A C++ class to handle one compressor plugin instance |
Clunchbox::Condition | A condition variable and associated lock |
Clunchbox::Decompressor | A C++ class to handle one decompressor plugin instance |
Clunchbox::Downloader | A C++ class to handle one downloader plugin instance |
▼Clunchbox::DSO | Helper to access dynamic shared objects (DSO) |
Clunchbox::Plugin | Holder for all functions and information of one compression plugin DSO |
▼Clunchbox::FutureImpl< T > | Base class to implement the wait method fulfilling the future |
Clunchbox::FutureFunction< T > | A Future implementation using a boost::function for fulfilment |
Clunchbox::Request< T >::Impl | |
Clunchbox::LFQueue< T > | A thread-safe, lock-free queue with non-blocking access |
Clunchbox::Lock | A lock (mutex) primitive |
Clunchbox::Lockable< D, L > | A convenience structure to hold data together with a lock for access |
Clunchbox::MemoryMap | Helper to map a file to a memory address (mmap) |
Clunchbox::PersistentMap | Unified interface to save key-value pairs in a persistent store |
Clunchbox::PerThread< T, D > | Implements thread-specific storage for C++ objects |
Clunchbox::PerThreadRef< T > | Thread-specific storage for a RefPtr |
Clunchbox::PluginRegistry | A registry for loaded plugins |
Clunchbox::Pool< T, locked > | An object allocation pool |
Clunchbox::RequestHandler | A thread-safe request handler |
Clunchbox::RNG | A random number generator |
Clunchbox::SpinLock | A fast lock for uncontended memory access |
Clunchbox::TimedLock | A mutex with timeout capabilities |
Clunchbox::TLS | Provides thread-local storage API used by PerThread and PerThreadRef |
Clunchbox::Uploader | A C++ class to handle one uploader plugin instance |
CEqCompressorInfo | Information about one compressor |
Chash< lunchbox::uint128_t > | Uint128_t hash function |
Clunchbox::Any | A class which can hold instances of any type |
Clunchbox::Array< T > | A wrapper for C arrays without any memory management |
Clunchbox::Atomic< T > | A variable with atomic semantics and standalone atomic operations |
Clunchbox::Buffer< T > | A simple memory buffer with some helper functions |
Clunchbox::Clock | A class for time measurements |
Clunchbox::CompressorResult | A structure to hold the results from one compress operation |
▼Clunchbox::Future< T > | A future represents a asynchronous operation |
Clunchbox::Request< T > | A Future implementation for a RequestHandler request |
Clunchbox::Future< void > | Future template specialization for void |
Clunchbox::hashRefPtr< T > | A hash function for RefPtr keys |
Clunchbox::Launcher | The launcher executes a command from a separate process |
Clunchbox::LFVector< T, nSlots > | STL-like vector implementation providing certain thread-safety guarantees |
Clunchbox::Monitor< T > | A monitor primitive |
Clunchbox::MPI | MPI functionality wrapper |
Clunchbox::MTQueue< T, S > | A thread-safe queue with a blocking read access |
Clunchbox::MTQueue< T, S >::Group | Group descriptor for popBarrier() |
Clunchbox::NonCopyable | Base class to make objects non-copyable |
Clunchbox::OMP | Base class for OpenMP functionality |
Clunchbox::PluginVisitorT< P, I > | Visitor for all plugins and compressors of a Plugin or PluginRegistry |
▼Clunchbox::Referenced | Base class for referenced objects |
Clunchbox::FutureImpl< bool > | |
Clunchbox::FutureImpl< void > | |
Clunchbox::FutureImpl< T > | Base class to implement the wait method fulfilling the future |
Clunchbox::RefPtr< T > | A smart reference pointer, aka boost::intrusive_ptr |
▼Clunchbox::Result | A result returns an error code and behaves like a boolean |
Clunchbox::Servus::Result | The ZeroConf operation result code |
Clunchbox::ScopedMutex< L, T > | A scoped mutex |
Clunchbox::Servus | Simple wrapper for ZeroConf key/value pairs |
Clunchbox::Thread | Utility class to execute code in a separate execution thread |
Clunchbox::ThreadID | An utility class to wrap OS-specific thread identifiers |
Clunchbox::uint128_t | A base type for 128 bit unsigned integer values |
Clunchbox::UnorderedIntervalSet< T > | A container to store intervals of elements efficently |
Clunchbox::URI | Parses the given uri string according to the regex given in RFC3986 |
Clunchbox::Version | Information about the current Lunchbox version |
Clunchbox::RefPtr< FutureImpl< T > > | |
Clunchbox::RefPtr< FutureImpl< void > > | |
▼Cstd::exception | STL class |
▼Cstd::bad_cast | STL class |
Clunchbox::bad_any_cast | A specialization for exceptions thrown by an unsuccessful any_cast |
▼Cstd::runtime_error | STL class |
Clunchbox::FutureTimeout | |
▼Chash_map | |
Clunchbox::PtrHash< K, T > | A hash for pointer keys |
Clunchbox::RefPtrHash< K, T > | A hash for RefPtr keys |
▼Cstd::ios_base | STL class |
▼Cstd::basic_ios< Char > | STL class |
▼Cstd::basic_ostream< Char > | STL class |
▼Cstd::ostream | STL class |
Clunchbox::Log | The logging class |
▼Citerator | |
▼Clunchbox::IndexIterator< LFVectorIterator< V, T >, V, T > | |
Clunchbox::LFVectorIterator< V, T > | An iterator for LFVector |
Clunchbox::IndexIterator< S, C, T > | Counter-based, as opposed to pointer-based, iterator for any container |