C++ Actor Framework 0.19
|
Creates instances of tracing_data. More...
#include <tracing_data_factory.hpp>
Public Member Functions | |
virtual bool | deserialize (deserializer &source, std::unique_ptr< tracing_data > &dst) const =0 |
Deserializes tracing data from source and either overrides the content of dst or allocates a new object if dst is null. | |
virtual bool | deserialize (binary_deserializer &source, std::unique_ptr< tracing_data > &dst) const =0 |
Deserializes tracing data from source and either overrides the content of dst or allocates a new object if dst is null. | |
Creates instances of tracing_data.
|
pure virtual |
Deserializes tracing data from source
and either overrides the content of dst
or allocates a new object if dst
is null.
source
.
|
pure virtual |
Deserializes tracing data from source
and either overrides the content of dst
or allocates a new object if dst
is null.
source
.