PahoMqttCpp
MQTT C++ Client for POSIX and Windows
Loading...
Searching...
No Matches
buffer_ref.h File Reference
#include <cstring>
#include <iostream>
#include "mqtt/types.h"

Go to the source code of this file.

Data Structures

class  mqtt::buffer_ref< T >
 

Namespaces

namespace  mqtt
 

Typedefs

using mqtt::string_ref = buffer_ref<char>
 
using mqtt::binary_ref = buffer_ref<char>
 

Functions

template<typename T >
std::ostream & mqtt::operator<< (std::ostream &os, const buffer_ref< T > &buf)
 

Detailed Description

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

Date
April 18, 2017
Author
Frank Pagliughi