Paho C++
1.0
The Paho MQTT C++ Client Library
|
Declaration of MQTT callback class. More...
#include "MQTTAsync.h"
#include "mqtt/delivery_token.h"
#include "mqtt/types.h"
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | mqtt::callback |
Provides a mechanism for tracking the completion of an asynchronous action. More... | |
Typedefs | |
using | mqtt::callback_ptr = callback::ptr_t |
Smart/shared pointer to a callback object. | |
using | mqtt::const_callback_ptr = callback::const_ptr_t |
Smart/shared pointer to a const callback object. | |
Declaration of MQTT callback class.