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

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

#include <DataStorm/DataStorm.h>

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

Public Member Functions

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

Detailed Description

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

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

Definition at line 452 of file DataStorm.h.


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