Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
|
#include "ipc/util/util_fwd.hpp"
#include "ipc/util/detail/util_fwd.hpp"
#include "ipc/util/detail/util.hpp"
#include "ipc/util/shared_name.hpp"
#include "ipc/util/native_handle.hpp"
#include <flow/log/log.hpp>
#include <flow/common.hpp>
#include <mqueue.h>
Go to the source code of this file.
Classes | |
class | ipc::transport::Posix_mq_handle |
Implements the Persistent_mq_handle concept by wrapping the POSIX message queue API (see man mq_overview ). 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. | |