35template<
typename Persistent_mq_handle>
85 template<
typename Handle_name_func>
91template<
typename Persistent_mq_handle>
98template<
typename Persistent_mq_handle>
99template<
typename Handle_name_func>
static void for_each_persistent(const Handle_name_func &handle_name_func)
See Blob_stream_mq_base counterpart.
static void remove_persistent(flow::log::Logger *logger_ptr, const Shared_name &name, Error_code *err_code)
See Blob_stream_mq_base counterpart.
Base of Blob_stream_mq_sender and Blob_stream_mq_receiver containing certain static facilities,...
static void for_each_persistent(const Handle_name_func &handle_name_func)
Forwards to Persistent_mq_handle::for_each_persistent().
static void remove_persistent(flow::log::Logger *logger_ptr, const Shared_name &name, Error_code *err_code=0)
Removes the Blob_stream_mq_sender and/or Blob_stream_mq_receiver persistent resources associated with...
String-wrapping abstraction representing a name uniquely distinguishing a kernel-persistent entity fr...
Flow-IPC module providing transmission of structured messages and/or low-level blobs (and more) betwe...
flow::Error_code Error_code
Short-hand for flow::Error_code which is very common.