#include <retained_topic_map.hpp>
|  | 
|  | retained_topic_map () | 
|  | 
| template<typename V > | 
| std::size_t | insert_or_assign (string_view topic, V &&value) | 
|  | 
| template<typename Output > | 
| void | find (string_view topic_filter, Output &&callback) const | 
|  | 
| std::size_t | erase (string_view topic) | 
|  | 
| std::size_t | size () const | 
|  | 
| std::size_t | internal_size () const | 
|  | 
| void | clear () | 
|  | 
| template<typename Output > | 
| void | dump (Output &out) | 
|  | 
◆ retained_topic_map()
template<typename Value > 
 
 
◆ clear()
template<typename Value > 
 
 
◆ dump()
template<typename Value > 
template<typename Output > 
 
 
◆ erase()
template<typename Value > 
 
 
◆ find()
template<typename Value > 
template<typename Output > 
  
  | 
        
          | void retained_topic_map< Value >::find | ( | string_view | topic_filter, |  
          |  |  | Output && | callback |  
          |  | ) |  | const |  | inline | 
 
 
◆ insert_or_assign()
template<typename Value > 
template<typename V > 
  
  | 
        
          | std::size_t retained_topic_map< Value >::insert_or_assign | ( | string_view | topic, |  
          |  |  | V && | value |  
          |  | ) |  |  |  | inline | 
 
 
◆ internal_size()
template<typename Value > 
 
 
◆ size()
template<typename Value > 
 
 
The documentation for this class was generated from the following file: