Flow-IPC 1.0.1
Flow-IPC project: Full implementation reference.
|
#include "ipc/session/session_fwd.hpp"
Go to the source code of this file.
Classes | |
class | ipc::session::Server_session_dtl< Server_session_t > |
This is the data-less sub-class of Server_session or any more-advanced (e.g., SHM-capable) variant thereof that exposes protected APIs hidden from public user by providing public access to them; this is used internally by 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). | |
Macros | |
#define | TEMPLATE_SRV_SESSION_DTL template<typename Server_session_t> |
Internally used macro; public API users should disregard (same deal as in struc/channel.hpp). More... | |
#define | CLASS_SRV_SESSION_DTL Server_session_dtl<Server_session_t> |
Internally used macro; public API users should disregard (same deal as in struc/channel.hpp). More... | |
#define CLASS_SRV_SESSION_DTL Server_session_dtl<Server_session_t> |
Internally used macro; public API users should disregard (same deal as in struc/channel.hpp).
Definition at line 116 of file server_session_dtl.hpp.
#define TEMPLATE_SRV_SESSION_DTL template<typename Server_session_t> |
Internally used macro; public API users should disregard (same deal as in struc/channel.hpp).
Definition at line 113 of file server_session_dtl.hpp.