|
SObjectizer 5.8
|
Implementation details of message delivery tracing mechanism. More...
Classes | |
| class | filter_from_lambda_t |
| A type of implementation of filters created from lambda function. More... | |
| class | individual_tracing_envelope_t |
| Special envelope that just holds an original message/signal. More... | |
| class | special_enveloping_mbox_t |
| A special mbox that wraps all incoming messages/signals into a special envelope. More... | |
| class | std_holder_t |
| Standard implementation of message tracer holder. More... | |
| class | std_stream_tracer_t |
| A simple implementation of tracer which uses one of standard streams. More... | |
Functions | |
| so_5::mbox_t | make_special_enveloping_mbox (so_5::mbox_t dest) |
| Factory function for special_enveloping_mbox. | |
Implementation details of message delivery tracing mechanism.
|
inlinenodiscard |
Factory function for special_enveloping_mbox.
Creates an instance of special_enveloping_mbox_t bound with dest and returns it as mbox.
| dest | Actual destination. It's assumed that dest != nullptr. |
Definition at line 187 of file msg_tracing_individual.hpp.