SObjectizer  5.7
List of all members
so_5::stats::messages::distribution_finished Struct Reference

Notification about finish of stats distribution. More...

#include <messages.hpp>

Inheritance diagram for so_5::stats::messages::distribution_finished:
so_5::message_t so_5::atomic_refcounted_t

Additional Inherited Members

- Public Types inherited from so_5::message_t
using kind_t = ::so_5::message_kind_t
 A short typedef for kind of message. More...
 
- Public Member Functions inherited from so_5::message_t
 message_t ()
 
 message_t (const message_t &other)
 
 message_t (message_t &&other)
 
message_toperator= (const message_t &other)
 
message_toperator= (message_t &&other)
 
virtual ~message_t () noexcept=default
 
- Public Member Functions inherited from so_5::atomic_refcounted_t
 atomic_refcounted_t (const atomic_refcounted_t &)=delete
 
atomic_refcounted_toperator= (const atomic_refcounted_t &)=delete
 
 atomic_refcounted_t () noexcept
 Default constructor. More...
 
 ~atomic_refcounted_t () noexcept=default
 Destructor. More...
 
void inc_ref_count () noexcept
 Increments reference count. More...
 
unsigned long dec_ref_count () noexcept
 Decrement reference count. More...
 

Detailed Description

Notification about finish of stats distribution.

Since
v.5.5.18
Note
This message is empty now but it is not declared as a signal. It is for a possibility of expansion of the message in the future.
Examples:
so_5/queue_size_stats/main.cpp.

The documentation for this struct was generated from the following file: