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

Functions for creating and binding of the single thread 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/rt/h/nonempty_name.hpp>
#include <so_5/disp/one_thread/h/params.hpp>

Go to the source code of this file.

Classes

class  so_5::disp::one_thread::private_dispatcher_t
 An interface for one_thread private dispatcher. More...
 

Namespaces

 so_5
 Public part of message limit implementation.
 
 so_5::disp
 Event dispatchers.
 
 so_5::disp::one_thread
 Dispatcher with single working thread.
 
 so_5::disp::one_thread::internals
 

Typedefs

using so_5::disp::one_thread::private_dispatcher_handle_t = so_5::intrusive_ptr_t< private_dispatcher_t >
 A handle for the one_thread private dispatcher. More...
 

Functions

SO_5_FUNC dispatcher_unique_ptr_t so_5::disp::one_thread::create_disp ( disp_params_t params)
 Create an instance of one_thread dispatcher to be used as named dispatcher. More...
 
dispatcher_unique_ptr_t so_5::disp::one_thread::create_disp ()
 Create a dispatcher. More...
 
SO_5_FUNC private_dispatcher_handle_t so_5::disp::one_thread::create_private_disp ( environment_t &env, const std::string &data_sources_name_base, disp_params_t params)
 Create a private one_thread dispatcher. More...
 
private_dispatcher_handle_t so_5::disp::one_thread::create_private_disp (environment_t &env, const std::string &data_sources_name_base)
 Create a private one_thread dispatcher. More...
 
private_dispatcher_handle_t so_5::disp::one_thread::create_private_disp (environment_t &env)
 Create a private one_thread dispatcher. More...
 
SO_5_FUNC disp_binder_unique_ptr_t so_5::disp::one_thread::create_disp_binder ( nonempty_name_t disp_name)
 Create a dispatcher binder object. More...
 
disp_binder_unique_ptr_t so_5::disp::one_thread::internals::create_binder_for_specific_dispatcher ( so_5::dispatcher_t &dispatcher)
 Create binder for a specific dispatcher instance. More...
 

Detailed Description

Functions for creating and binding of the single thread dispatcher.