Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
Classes | Namespaces | Macros
session_base.hpp File Reference
#include "ipc/session/detail/session_fwd.hpp"
#include "ipc/session/detail/session_shared_name.hpp"
#include "ipc/session/schema/detail/session_master_channel.capnp.h"
#include "ipc/session/app.hpp"
#include "ipc/session/error.hpp"
#include "ipc/transport/struc/channel.hpp"
#include "ipc/transport/native_socket_stream_acceptor.hpp"
#include "ipc/transport/sync_io/native_socket_stream.hpp"
#include <boost/thread/future.hpp>

Go to the source code of this file.

Classes

class  ipc::session::Session_base< S_MQ_TYPE_OR_NONE, S_TRANSMIT_NATIVE_HANDLES, Mdt_payload >
 Internal type containing data and types common to internal types Server_session_impl and Client_session_impl which are the respective true cores of Server_session and Client_session respectively. More...
 
class  ipc::session::Session_base< S_MQ_TYPE_OR_NONE, S_TRANSMIT_NATIVE_HANDLES, Mdt_payload >::Graceful_finisher
 Optional to use by subclasses, this operates a simple state machine that carries out a graceful-session-end handshake procedure. 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_SESSION_BASE    template<schema::MqType S_MQ_TYPE_OR_NONE, bool S_TRANSMIT_NATIVE_HANDLES, typename Mdt_payload>
 Internally used macro; public API users should disregard (same deal as in struc/channel.hpp). More...
 
#define CLASS_SESSION_BASE    Session_base<S_MQ_TYPE_OR_NONE, S_TRANSMIT_NATIVE_HANDLES, Mdt_payload>
 Internally used macro; public API users should disregard (same deal as in struc/channel.hpp). More...
 

Macro Definition Documentation

◆ CLASS_SESSION_BASE

#define CLASS_SESSION_BASE    Session_base<S_MQ_TYPE_OR_NONE, S_TRANSMIT_NATIVE_HANDLES, Mdt_payload>

Internally used macro; public API users should disregard (same deal as in struc/channel.hpp).

Definition at line 813 of file session_base.hpp.

◆ TEMPLATE_SESSION_BASE

#define TEMPLATE_SESSION_BASE    template<schema::MqType S_MQ_TYPE_OR_NONE, bool S_TRANSMIT_NATIVE_HANDLES, typename Mdt_payload>

Internally used macro; public API users should disregard (same deal as in struc/channel.hpp).

Definition at line 810 of file session_base.hpp.