Paho C++
1.0
The Paho MQTT C++ Client Library
|
Declaration of MQTT token class. More...
#include "MQTTAsync.h"
#include "mqtt/iaction_listener.h"
#include "mqtt/exception.h"
#include "mqtt/types.h"
#include "mqtt/buffer_ref.h"
#include "mqtt/string_collection.h"
#include <vector>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <chrono>
Go to the source code of this file.
Classes | |
class | mqtt::token |
Provides a mechanism for tracking the completion of an asynchronous action. More... | |
Typedefs | |
using | mqtt::token_ptr = token::ptr_t |
Smart/shared pointer to a token object. | |
using | mqtt::const_token_ptr = token::const_ptr_t |
Smart/shared pointer to a const token object. | |
Declaration of MQTT token class.