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

◆ MultiKeyReader() [1/3]

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

The construction of the reader connects the reader to writers with matching keys. If an empty vector of keys is provided, the reader will connect to all the available writers.

Parameters
topicThe topic.
keysThe keys of the data elements to read.
nameThe optional reader name.
configThe reader configuration.

Definition at line 1125 of file DataStorm.h.