Paho C++  1.0
The Paho MQTT C++ Client Library
 All Classes Files Functions Variables Typedefs Friends
iclient_persistence.h File Reference

Declaration of MQTT iclient_persistence interface. More...

#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.

Classes

class  mqtt::iclient_persistence
 Represents a persistent data store, used to store outbound and inbound messages while they are in flight, enabling delivery to the QoS specified. More...
 

Typedefs

using mqtt::iclient_persistence_ptr = iclient_persistence::ptr_t
 Smart/shared pointer to a persistence client.
 
using mqtt::const_iclient_persistence_ptr = iclient_persistence::const_ptr_t
 Smart/shared pointer to a persistence client.
 

Detailed Description

Declaration of MQTT iclient_persistence interface.

Date
May 1, 2013
Author
Frank Pagliughi