This class contains additional information of a CacheChange. More...
#include <WriteParams.hpp>
Public Member Functions | |
WriteParams & | sample_identity (const SampleIdentity &sample_id) |
Set the value of the sample_identity member. | |
WriteParams & | sample_identity (SampleIdentity &&sample_id) |
Set the value of the sample_identity member. | |
const SampleIdentity & | sample_identity () const |
Get the value of the sample_identity member. | |
SampleIdentity & | sample_identity () |
Set the value of the sample_identity member. | |
WriteParams & | related_sample_identity (const SampleIdentity &sample_id) |
Set the value of the related_sample_identity member of this class. | |
WriteParams & | related_sample_identity (SampleIdentity &&sample_id) |
Set the related_sample_identity member of this class. | |
const SampleIdentity & | related_sample_identity () const |
Get the value of the related_sample_identity member. | |
SampleIdentity & | related_sample_identity () |
Set the value of the related_sample_identity member. | |
Time_t | source_timestamp () const |
Get the value of the source_timestamp member. | |
Time_t & | source_timestamp () |
Set the value of the source_timestamp member. | |
WriteParams & | source_timestamp (const Time_t ×tamp) |
Set the source_timestamp member of this class. | |
WriteParams & | source_timestamp (Time_t &×tamp) |
Set the source_timestamp member of this class. | |
Static Public Member Functions | |
static WriteParams | write_params_default () noexcept |
Default value for methods receiving a WriteParams. | |
Static Public Attributes | |
static WriteParams | WRITE_PARAM_DEFAULT |
This class contains additional information of a CacheChange.
|
inline |
Set the value of the related_sample_identity member.
|
inline |
Get the value of the related_sample_identity member.
|
inline |
Set the value of the related_sample_identity member of this class.
sample_id | New value for the related_sample_identity member. |
|
inline |
Set the related_sample_identity member of this class.
sample_id | New value for the related_sample_identity member. |
|
inline |
Set the value of the sample_identity member.
|
inline |
Get the value of the sample_identity member.
|
inline |
Set the value of the sample_identity member.
sample_id | New value for the sample_identity member. |
|
inline |
Set the value of the sample_identity member.
sample_id | New value for the sample_identity member. |
|
inline |
Set the value of the source_timestamp member.
|
inline |
Get the value of the source_timestamp member.
|
inline |
Set the source_timestamp member of this class.
timestamp | New value for the source_timestamp member. |
|
inline |
Set the source_timestamp member of this class.
timestamp | New value for the source_timestamp member. |
|
inlinestaticnoexcept |
Default value for methods receiving a WriteParams.
Will contain the following values on its members:
|
static |