![]() |
PahoMqttCpp
MQTT C++ Client for POSIX and Windows
|
#include <chrono>#include <condition_variable>#include <mutex>#include <thread>#include <vector>#include "MQTTAsync.h"#include "mqtt/buffer_ref.h"#include "mqtt/exception.h"#include "mqtt/iaction_listener.h"#include "mqtt/properties.h"#include "mqtt/server_response.h"#include "mqtt/string_collection.h"#include "mqtt/types.h"Go to the source code of this file.
Data Structures | |
| class | mqtt::token |
Namespaces | |
| namespace | mqtt |
Typedefs | |
| using | mqtt::token_ptr = token::ptr_t |
| using | mqtt::const_token_ptr = token::const_ptr_t |
Declaration of MQTT token class