Flow-IPC 1.0.1
Flow-IPC project: Full implementation reference.
|
Go to the source code of this file.
Namespaces | |
namespace | ipc |
Catch-all namespace for the Flow-IPC project: A library/API in modern C++17 providing high-performance communication between processes. | |
namespace | ipc::shm |
Modules for SHared Memory (SHM) support. | |
namespace | ipc::shm::classic |
ipc::shm sub-module with the SHM-classic SHM-provider. See ipc::shm doc header for introduction. | |
Typedefs | |
using | ipc::shm::classic::Pool_arena_activator = stl::Arena_activator< Pool_arena > |
Convenience alias for a shm::stl::Arena_activator w/r/t Pool_arena. More... | |
template<typename T > | |
using | ipc::shm::classic::Pool_arena_allocator = stl::Stateless_allocator< T, Pool_arena > |
Convenience alias for a shm::stl::Stateless_allocator> w/r/t Pool_arena; use with Pool_arena_activator. More... | |
using | ipc::shm::classic::Shared_name = util::Shared_name |
Short-hand for util::Shared_name; used in particular for SHM pool names at least. More... | |
Functions | |
std::ostream & | ipc::shm::classic::operator<< (std::ostream &os, const Pool_arena &val) |
Prints string representation of the given Pool_arena to the given ostream . More... | |