Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
DataStorm::MultiKeyReader< Key, Value, UpdateTag > Class Template Reference

The key reader to read the data element associated with a given set of keys. More...

#include <DataStorm/DataStorm.h>

Inheritance diagram for DataStorm::MultiKeyReader< Key, Value, UpdateTag >:

Public Member Functions

template<typename SampleFilterCriteria>
 MultiKeyReader (const Topic< Key, Value, UpdateTag > &topic, const std::vector< Key > &keys, const Filter< SampleFilterCriteria > &sampleFilter, std::string name=std::string(), const ReaderConfig &config=ReaderConfig())
 Constructs a new reader for the given keys and sample filter criteria.
 MultiKeyReader (const Topic< Key, Value, UpdateTag > &topic, const std::vector< Key > &keys, std::string name=std::string(), const ReaderConfig &config=ReaderConfig())
 Constructs a new reader for the given keys.
 MultiKeyReader (MultiKeyReader &&reader) noexcept
 Move constructor.
MultiKeyReaderoperator= (MultiKeyReader &&reader) noexcept
 Move assignment operator.

Detailed Description

template<typename Key, typename Value, typename UpdateTag = std::string>
class DataStorm::MultiKeyReader< Key, Value, UpdateTag >

The key reader to read the data element associated with a given set of keys.

Definition at line 496 of file DataStorm.h.


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