Flow-IPC 1.0.0
Flow-IPC project: Full implementation reference.
|
#include "ipc/shm/classic/pool_arena.hpp"
#include "ipc/shm/classic/error.hpp"
#include "ipc/util/detail/util.hpp"
#include "ipc/util/detail/util_fwd.hpp"
#include <boost/move/make_unique.hpp>
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. | |
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... | |