Paho C++
1.0
The Paho MQTT C++ Client Library
|
Declaration of MQTT topic class. More...
#include "MQTTAsync.h"
#include "mqtt/delivery_token.h"
#include "mqtt/message.h"
#include "mqtt/types.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | mqtt::topic |
Represents a topic destination, used for publish/subscribe messaging. More... | |
Typedefs | |
using | mqtt::topic_ptr = topic::ptr_t |
A smart/shared pointer to a topic object. More... | |
using | mqtt::const_topic_ptr = topic::const_ptr_t |
A smart/shared pointer to a const topic object. More... | |
Declaration of MQTT topic class.