SObjectizer-5 Extra
Namespaces | Functions | Variables
unique_subscribers.hpp File Reference

Implementation of unique_subscribers mbox. More...

#include <so_5/version.hpp>
#include <so_5/unique_subscribers_mbox.hpp>
#include <so_5_extra/error_ranges.hpp>
#include <memory>
#include <tuple>
#include <utility>

Go to the source code of this file.

Namespaces

 so_5
 Ranges for error codes of each submodules.
 
 so_5::extra
 
 so_5::extra::mboxes
 
 so_5::extra::mboxes::unique_subscribers
 
 so_5::extra::mboxes::unique_subscribers::errors
 

Functions

template<typename Lock_Type = std::mutex>
mbox_t so_5::extra::mboxes::unique_subscribers::make_mbox (so_5::environment_t &env)
 Factory function for creation of a new instance of unique_subscribers mbox. More...
 

Variables

const int so_5::extra::mboxes::unique_subscribers::errors::rc_subscription_exists
 An attempt to make another subscription to the same message type. More...
 
const int so_5::extra::mboxes::unique_subscribers::errors::rc_delivery_filters_not_supported
 An attempt to set a delivery filter. More...
 

Detailed Description

Implementation of unique_subscribers mbox.

Since
v.1.5.0

Definition in file unique_subscribers.hpp.