![]() |
PahoMqttCpp
MQTT C++ Client for POSIX and Windows
|
#include <variant>
#include "MQTTAsync.h"
#include "mqtt/iclient_persistence.h"
#include "mqtt/types.h"
Go to the source code of this file.
Data Structures | |
struct | mqtt::no_persistence |
class | mqtt::create_options |
class | mqtt::create_options_builder |
Namespaces | |
namespace | mqtt |
Typedefs | |
using | mqtt::persistence_type = std::variant<no_persistence, string, iclient_persistence*> |
using | mqtt::create_options_ptr = create_options::ptr_t |
Variables | |
constexpr no_persistence | mqtt::NO_PERSISTENCE {} |
Declaration of MQTT create_options class