30template<
typename Persistent_mq_handle>
 
   31class Blob_stream_mq_base_impl;
 
   32template<
typename Persistent_mq_handle>
 
   33class Blob_stream_mq_receiver_impl;
 
   34template<
typename Persistent_mq_handle>
 
   35class Blob_stream_mq_sender_impl;
 
   50template<
typename Persistent_mq_handle>
 
   51std::ostream& 
operator<<(std::ostream& os, 
const Blob_stream_mq_receiver_impl<Persistent_mq_handle>& val);
 
   64template<
typename Persistent_mq_handle>
 
   65std::ostream& 
operator<<(std::ostream& os, 
const Blob_stream_mq_sender_impl<Persistent_mq_handle>& val);
 
   76template<
typename Core_t>
 
   78template<
typename Core_t>
 
   80template<
typename Persistent_mq_handle>
 
   82template<
typename Persistent_mq_handle>
 
   98template<
typename Persistent_mq_handle>
 
  112template<
typename Persistent_mq_handle>
 
Internal-use type that adapts a given PEER-state sync_io::Native_handle_receiver or sync_io::Blob_rec...
Internal-use type that adapts a given PEER-state sync_io::Native_handle_sender or sync_io::Blob_sende...
Internal, non-movable pImpl-lite implementation of sync_io::Blob_stream_mq_receiver class template.
Internal, non-movable pImpl-lite implementation of sync_io::Blob_stream_mq_sender class template.
sync_io-pattern counterparts to async-I/O-pattern object types in parent namespace ipc::transport.
std::ostream & operator<<(std::ostream &os, const Blob_stream_mq_receiver_impl< Persistent_mq_handle > &val)
Prints string representation of the given Blob_stream_mq_receiver_impl to the given ostream.
Flow-IPC module providing transmission of structured messages and/or low-level blobs (and more) betwe...
std::ostream & operator<<(std::ostream &os, const Bipc_mq_handle &val)
Prints string representation of the given Bipc_mq_handle to the given ostream.