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

Declaration of MQTT token class. More...

#include "MQTTAsync.h"
#include "mqtt/iaction_listener.h"
#include "mqtt/exception.h"
#include "mqtt/types.h"
#include "mqtt/buffer_ref.h"
#include "mqtt/string_collection.h"
#include <vector>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <chrono>

Go to the source code of this file.

Classes

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

Typedefs

using mqtt::token_ptr = token::ptr_t
 Smart/shared pointer to a token object.
 
using mqtt::const_token_ptr = token::const_ptr_t
 Smart/shared pointer to a const token object.
 

Detailed Description

Declaration of MQTT token class.

Date
May 1, 2013
Author
Frank Pagliughi