Flow-IPC 1.0.1
Flow-IPC project: Full implementation reference.
|
Go to the source code of this file.
Classes | |
struct | ipc::session::App |
A description of an application in this ipc::session inter-process communication universe. More... | |
struct | ipc::session::Client_app |
An App that is used as a client in at least one client-server IPC split. More... | |
struct | ipc::session::Server_app |
An App that is used as a server in at least one client-server IPC split. 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::session |
Flow-IPC module providing the broad lifecycle and shared-resource organization – via the session concept – in such a way as to make it possible for a given pair of processes A and B to set up ipc::transport structured- or unstructured-message channels for general IPC, as well as to share data in SHared Memory (SHM). | |