SObjectizer  5.8
Loading...
Searching...
No Matches
msg_tracing_individual.hpp File Reference

Stuff related to individual message delivery tracing. More...

Go to the source code of this file.

Classes

class  so_5::msg_tracing::impl::special_enveloping_mbox_t
 A special mbox that wraps all incoming messages/signals into a special envelope. More...
 
class  so_5::msg_tracing::impl::individual_tracing_envelope_t
 Special envelope that just holds an original message/signal. More...
 

Namespaces

namespace  so_5
 Private part of message limit implementation.
 
namespace  so_5::msg_tracing
 Public part of message delivery tracing mechanism.
 
namespace  so_5::msg_tracing::impl
 Implementation details of message delivery tracing mechanism.
 

Functions

so_5::mbox_t so_5::msg_tracing::impl::make_special_enveloping_mbox (so_5::mbox_t dest)
 Factory function for special_enveloping_mbox.
 
template<typename Dest >
so_5::mbox_t so_5::msg_tracing::individual_trace (Dest &&dest)
 Indicator that tells that delivery of the message/signal should be traced.
 
SO_5_FUNC filter_shptr_t so_5::msg_tracing::make_individual_trace_filter ()
 Factory for special message tracing filter for individual tracing.
 

Detailed Description

Stuff related to individual message delivery tracing.

Since
v.5.8.3

Definition in file msg_tracing_individual.hpp.