Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
|
#include "ipc/session/session_fwd.hpp"
#include "ipc/util/detail/util_fwd.hpp"
#include "ipc/util/sync_io/sync_io_fwd.hpp"
#include <boost/move/make_unique.hpp>
Go to the source code of this file.
Classes | |
class | ipc::session::sync_io::Session_adapter< Session > |
Internal-use workhorse containing common elements of Client_session_adapter and Server_session_adapter. More... | |
struct | ipc::session::sync_io::Session_adapter< Session >::Channel_open_result |
Set of result arg values from a successful passive-channel-open from a Session_obj invoking On_channel_func. 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). | |
namespace | ipc::session::sync_io |
sync_io -pattern counterparts to async-I/O-pattern object types in parent namespace ipc::session. | |