Flow-IPC 1.0.2
Flow-IPC project: Public API.
Classes | Namespaces | Functions
session_server_adapter.hpp File Reference

Classes

class  ipc::session::sync_io::Session_server_adapter< Session_server >
 sync_io-pattern counterpart to async-I/O-pattern session::Session_server types and all their SHM-aware variations (at least shm::classic::Session_server and shm::arena_lend::jemalloc::Session_server). 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.
 

Functions

template<typename Session_server >
std::ostream & ipc::session::sync_io::operator<< (std::ostream &os, const Session_server_adapter< Session_server > &val)
 Prints string representation of the given Session_server_adapter to the given ostream. More...