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

Buffer reference type for the Paho MQTT C++ library. More...

#include "mqtt/types.h"

Go to the source code of this file.

Classes

class  mqtt::buffer_view< T >
 A reference to a contiguous sequence of items, with no ownership. More...
 

Typedefs

using mqtt::string_view = buffer_view< char >
 A buffer view for character string data. More...
 
using mqtt::binary_view = buffer_view< char >
 A buffer view for binary data.
 

Detailed Description

Buffer reference type for the Paho MQTT C++ library.

Date
April 18, 2017
Author
Frank Pagliughi