DataStorm  0.1
Data Distribution Service
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 classDataStorm::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 classDataStorm::Topic< Key, Value, UpdateTag >friend
MultiKeyWriter classDataStorm::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(const 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(const 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 classDataStorm::Topic< Key, Value, UpdateTag >friend
SingleKeyWriter classDataStorm::Topic< Key, Value, UpdateTag >friend
Topic(const Node &node, const std::string &name) noexceptDataStorm::Topic< Key, Value, UpdateTag >
Topic(Topic &&topic) noexceptDataStorm::Topic< Key, Value, UpdateTag >
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 >