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

◆ SingleKeyWriter() [1/2]

template<typename Key, typename Value, typename UpdateTag>
DataStorm::SingleKeyWriter< Key, Value, UpdateTag >::SingleKeyWriter ( const Topic< Key, Value, UpdateTag > & topic,
const Key & key,
std::string name = std::string(),
const WriterConfig & config = WriterConfig() )

Constructs a new writer for the given key.

The construction of the writer connects the writer to readers with a matching key.

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

Definition at line 1333 of file DataStorm.h.