Qpid Proton C++ API  0.32.0
binary.hpp File Reference

Arbitrary binary data. More...

#include "./internal/export.hpp"
#include "./types_fwd.hpp"
#include <proton/type_compat.h>
#include <iosfwd>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  binary
 Arbitrary binary data. More...
 

Namespaces

 proton
 The main Proton namespace.
 

Functions

std::ostream & operator<< (std::ostream &, const binary &)
 Print a binary value.
 

Detailed Description

Arbitrary binary data.