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

Declaration of MQTT topic class. More...

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

Go to the source code of this file.

Classes

class  mqtt::topic
 Represents a topic destination, used for publish/subscribe messaging. More...
 

Typedefs

using mqtt::topic_ptr = topic::ptr_t
 A smart/shared pointer to a topic object. More...
 
using mqtt::const_topic_ptr = topic::const_ptr_t
 A smart/shared pointer to a const topic object. More...
 

Detailed Description

Declaration of MQTT topic class.

Date
May 1, 2013
Author
Frank Pagliughi