Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
DataStorm::Topic< Key, Value, UpdateTag > Member List

This is the complete list of members for DataStorm::Topic< Key, Value, UpdateTag >, including all inherited members.

FilteredKeyReader (defined in DataStorm::Topic< Key, Value, UpdateTag >)DataStorm::Topic< Key, Value, UpdateTag >friend
hasReaders() const noexceptDataStorm::Topic< Key, Value, UpdateTag >
hasWriters() const noexceptDataStorm::Topic< Key, Value, UpdateTag >
KeyType typedefDataStorm::Topic< Key, Value, UpdateTag >
MultiKeyReader (defined in DataStorm::Topic< Key, Value, UpdateTag >)DataStorm::Topic< Key, Value, UpdateTag >friend
MultiKeyWriter (defined in DataStorm::Topic< Key, Value, UpdateTag >)DataStorm::Topic< Key, Value, UpdateTag >friend
operator=(Topic &&topic) noexceptDataStorm::Topic< Key, Value, UpdateTag >
ReaderType typedefDataStorm::Topic< Key, Value, UpdateTag >
SampleType typedefDataStorm::Topic< Key, Value, UpdateTag >
setKeyFilter(std::string name, std::function< std::function< bool(const Key &)>(const Criteria &)> factory) noexceptDataStorm::Topic< Key, Value, UpdateTag >
setReaderDefaultConfig(const ReaderConfig &config) noexceptDataStorm::Topic< Key, Value, UpdateTag >
setSampleFilter(std::string name, std::function< std::function< bool(const SampleType &)>(const Criteria &)> factory) noexceptDataStorm::Topic< Key, Value, UpdateTag >
setUpdater(const UpdateTag &tag, std::function< void(Value &, UpdateValue)> updater) noexceptDataStorm::Topic< Key, Value, UpdateTag >
setWriterDefaultConfig(const WriterConfig &config) noexceptDataStorm::Topic< Key, Value, UpdateTag >
SingleKeyReader (defined in DataStorm::Topic< Key, Value, UpdateTag >)DataStorm::Topic< Key, Value, UpdateTag >friend
SingleKeyWriter (defined in DataStorm::Topic< Key, Value, UpdateTag >)DataStorm::Topic< Key, Value, UpdateTag >friend
Topic(const Node &node, std::string name) noexceptDataStorm::Topic< Key, Value, UpdateTag >
Topic(Topic &&topic) noexceptDataStorm::Topic< Key, Value, UpdateTag >inline
UpdateTagType typedefDataStorm::Topic< Key, Value, UpdateTag >
ValueType typedefDataStorm::Topic< Key, Value, UpdateTag >
waitForNoReaders() constDataStorm::Topic< Key, Value, UpdateTag >
waitForNoWriters() constDataStorm::Topic< Key, Value, UpdateTag >
waitForReaders(unsigned int count=1) constDataStorm::Topic< Key, Value, UpdateTag >
waitForWriters(unsigned int count=1) constDataStorm::Topic< Key, Value, UpdateTag >
WriterType typedefDataStorm::Topic< Key, Value, UpdateTag >
~Topic()DataStorm::Topic< Key, Value, UpdateTag >