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