Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ SingleKeyReader() [1/3]

template<typename Key, typename Value, typename UpdateTag>
DataStorm::SingleKeyReader< Key, Value, UpdateTag >::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.

The construction of the reader connects the reader to writers with a matching key.

Parameters
topicThe topic.
keyThe key of the data element to read.
nameThe optional reader name.
configThe reader configuration.

Definition at line 1083 of file DataStorm.h.