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

Definition of the string_collection class for the Paho MQTT C++ library. More...

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

Go to the source code of this file.

Classes

class  mqtt::string_collection
 Type for a collection of topics. More...
 

Typedefs

using mqtt::string_collection_ptr = string_collection::ptr_t
 Smart/shared pointer to a topic collection.
 
using mqtt::const_string_collection_ptr = string_collection::const_ptr_t
 Smart/shared pointer to a const string_collection.
 

Detailed Description

Definition of the string_collection class for the Paho MQTT C++ library.

Date
April 23, 2017
Author
Frank Pagliughi