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

Functions for creating and binding of the single thread dispatcher with priority support (quoted round robin policy). 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/h/priority.hpp>
#include <so_5/disp/prio_one_thread/quoted_round_robin/h/quotes.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::prio_one_thread::quoted_round_robin::disp_params_t
 Alias for namespace with traits of event queue. More...
 
class  so_5::disp::prio_one_thread::quoted_round_robin::private_dispatcher_t
 An interface for quoted_round_robin private dispatcher. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::disp
 Event dispatchers.
 
 so_5::disp::prio_one_thread
 Dispatcher with one working thread for events of all priorities.
 
 so_5::disp::prio_one_thread::quoted_round_robin
 Dispatcher which handles events of different priorities in round-robin maner.
 

Typedefs

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

Functions

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

Detailed Description

Functions for creating and binding of the single thread dispatcher with priority support (quoted round robin policy).

Since
v.5.5.8