Flow-IPC 2.0.0
Flow-IPC project: Full implementation reference.
|
#include "ipc/transport/struc/struc_fwd.hpp"
#include "ipc/session/shm/shm.hpp"
#include "ipc/shm/stl/arena_activator.hpp"
#include "ipc/shm/stl/stateless_allocator.hpp"
#include "ipc/shm/shm.hpp"
#include "ipc/transport/struc/shm/schema/detail/serialization.capnp.h"
#include <boost/interprocess/containers/list.hpp>
Go to the source code of this file.
Classes | |
class | ipc::transport::struc::shm::Capnp_message_builder< Shm_arena > |
A capnp::MessageBuilder used by shm::Builder: similar to a MallocMessageBuilder with the GROW_HEURISTICALLY alloc-strategy but allocating via a SHM provider (of template-arg-specific type) in SHM instead of the heap via malloc() . More... | |
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::transport |
Flow-IPC module providing transmission of structured messages and/or low-level blobs (and more) between pairs of processes. | |
namespace | ipc::transport::struc |
Sub-module of Flow-IPC module ipc::transport providing transmission of structured messages specifically. | |
namespace | ipc::transport::struc::shm |
Segregates zero-copy/SHM implementations of concepts residing in parent namespace ipc::transport::struc proper – most notably the concepts ipc::transport::struc::Struct_builder and ipc::transport::struc::Struct_reader – and items related to them. | |
Functions | |
template<typename Shm_arena > | |
std::ostream & | ipc::transport::struc::shm::operator<< (std::ostream &os, const Capnp_message_builder< Shm_arena > &val) |
Prints string representation of the given Capnp_message_builder to the given ostream . More... | |