SObjectizer-5 Extra
|
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 | |
namespace | so_5 |
Ranges for error codes of each submodules. | |
namespace | so_5::extra |
namespace | so_5::extra::mboxes |
namespace | so_5::extra::mboxes::unique_subscribers |
namespace | 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. | |
Variables | |
const int | so_5::extra::mboxes::unique_subscribers::errors::rc_subscription_exists |
An attempt to make another subscription to the same message type. | |
const int | so_5::extra::mboxes::unique_subscribers::errors::rc_delivery_filters_not_supported |
An attempt to set a delivery filter. | |