SObjectizer  5.5
Classes | Namespaces | Typedefs | Functions
active_group/h/pub.hpp File Reference

Functions for creating and binding to the active group dispatcher. More...

#include <string>
#include <so_5/h/declspec.hpp>
#include <so_5/rt/h/disp.hpp>
#include <so_5/rt/h/disp_binder.hpp>
#include <so_5/disp/mpsc_queue_traits/h/pub.hpp>
#include <so_5/disp/reuse/h/work_thread_activity_tracking.hpp>

Go to the source code of this file.

Classes

class  so_5::disp::active_group::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::active_group::private_dispatcher_t
 An interface for active_group private dispatcher. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::disp
 Event dispatchers.
 
 so_5::disp::active_group
 Active groups dispatcher.
 

Typedefs

using so_5::disp::active_group::params_t = disp_params_t
 Old alias for disp_params for compatibility with previous versions. More...
 
using so_5::disp::active_group::private_dispatcher_handle_t = so_5::intrusive_ptr_t< private_dispatcher_t >
 A handle for the active_group private dispatcher. More...
 

Functions

SO_5_FUNC so_5::dispatcher_unique_ptr_t so_5::disp::active_group::create_disp ( disp_params_t params)
 Create an instance of dispatcher to be used as named dispatcher. More...
 
so_5::dispatcher_unique_ptr_t so_5::disp::active_group::create_disp ()
 Creates the dispatcher. More...
 
SO_5_FUNC private_dispatcher_handle_t so_5::disp::active_group::create_private_disp ( so_5::environment_t &env, const std::string &data_sources_name_base, disp_params_t params)
 Create a private active_group dispatcher. More...
 
private_dispatcher_handle_t so_5::disp::active_group::create_private_disp (so_5::environment_t &env, const std::string &data_sources_name_base)
 Create a private active_group dispatcher. More...
 
private_dispatcher_handle_t so_5::disp::active_group::create_private_disp (so_5::environment_t &env)
 Create a private active_group dispatcher. More...
 
SO_5_FUNC so_5::disp_binder_unique_ptr_t so_5::disp::active_group::create_disp_binder ( const std::string &disp_name, const std::string &group_name)
 Creates the dispatcher binder. More...
 

Detailed Description

Functions for creating and binding to the active group dispatcher.