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

Declaration of MQTT callback class. More...

#include "MQTTAsync.h"
#include "mqtt/delivery_token.h"
#include "mqtt/types.h"
#include <vector>
#include <memory>

Go to the source code of this file.

Classes

class  mqtt::callback
 Provides a mechanism for tracking the completion of an asynchronous action. More...
 

Typedefs

using mqtt::callback_ptr = callback::ptr_t
 Smart/shared pointer to a callback object.
 
using mqtt::const_callback_ptr = callback::const_ptr_t
 Smart/shared pointer to a const callback object.
 

Detailed Description

Declaration of MQTT callback class.

Date
May 1, 2013
Author
Frank Pagliughi