Selected information from the cache change that is passed to the content filter object on payload eva...
Definition IContentFilter.hpp:45
SampleIdentity sample_identity
Identity of the sample being filtered.
Definition IContentFilter.hpp:49
SampleIdentity related_sample_identity
Identity of a sample related to the one being filtered.
Definition IContentFilter.hpp:51
The interface that content filter objects should implement.
Definition IContentFilter.hpp:36
virtual bool evaluate(const SerializedPayload &payload, const FilterSampleInfo &sample_info, const GUID_t &reader_guid) const =0
Evaluate if a serialized payload should be accepted by certain reader.