C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Member Functions | List of all members
caf::tracing_data_factory Class Referenceabstract

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.
 

Detailed Description

Creates instances of tracing_data.

Member Function Documentation

◆ deserialize() [1/2]

virtual bool caf::tracing_data_factory::deserialize ( binary_deserializer source,
std::unique_ptr< tracing_data > &  dst 
) const
pure virtual

Deserializes tracing data from source and either overrides the content of dst or allocates a new object if dst is null.

Returns
the result of source.

◆ deserialize() [2/2]

virtual bool caf::tracing_data_factory::deserialize ( deserializer source,
std::unique_ptr< tracing_data > &  dst 
) const
pure virtual

Deserializes tracing data from source and either overrides the content of dst or allocates a new object if dst is null.

Returns
the result of source.

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