Qpid Proton C++ API  0.32.0
binary

Arbitrary binary data. More...

#include <binary.hpp>

Inheritance diagram for binary:

Public Member Functions

 operator std::string () const
 Convert to std::string.
 
binaryoperator= (const std::string &x)
 Assignment.
 
Constructors
 binary ()
 
 binary (size_t n)
 
 binary (size_t n, value_type x)
 
 binary (const std::string &s)
 
template<class Iter >
 binary (Iter first, Iter last)
 

Detailed Description

Arbitrary binary data.


The documentation for this class was generated from the following file: