![]() |
paho-mqtt-cpp
MQTT C++ Client for POSIX and Windows
|
#include "MQTTAsync.h"
#include "mqtt/types.h"
#include "mqtt/buffer_view.h"
#include "mqtt/string_collection.h"
#include <vector>
Go to the source code of this file.
Data Structures | |
class | mqtt::iclient_persistence |
Namespaces | |
mqtt | |
Typedefs | |
using | mqtt::iclient_persistence_ptr = iclient_persistence::ptr_t |
using | mqtt::const_iclient_persistence_ptr = iclient_persistence::const_ptr_t |
Functions | |
void * | mqtt::persistence_malloc (size_t n) |
void | mqtt::persistence_free (void *p) |
Declaration of MQTT iclient_persistence interface