#include <Topic.h>
Definition at line 54 of file Topic.h.
 
◆ Topic() [1/2]
      
        
          | iot::mqtt_fast::Topic::Topic | ( | const std::string & | name, | 
        
          |  |  | uint8_t | requestedQoS | 
        
          |  | ) |  |  | 
      
 
 
◆ Topic() [2/2]
  
  | 
        
          | iot::mqtt_fast::Topic::Topic | ( | const Topic & |  | ) |  |  | default | 
 
 
◆ ~Topic()
      
        
          | iot::mqtt_fast::Topic::~Topic | ( |  | ) |  | 
      
 
 
◆ getName()
      
        
          | const std::string & iot::mqtt_fast::Topic::getName | ( |  | ) | const | 
      
 
 
◆ getRequestedQoS()
      
        
          | uint8_t iot::mqtt_fast::Topic::getRequestedQoS | ( |  | ) | const | 
      
 
 
◆ operator=()
  
  | 
        
          | Topic & iot::mqtt_fast::Topic::operator= | ( | const Topic & |  | ) |  |  | default | 
 
 
◆ name
  
  | 
        
          | std::string iot::mqtt_fast::Topic::name |  | private | 
 
 
◆ requestedQoS
  
  | 
        
          | uint8_t iot::mqtt_fast::Topic::requestedQoS |  | private | 
 
 
The documentation for this class was generated from the following files: