Qpid Proton C++  0.37.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
binary Class Reference

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 ()=default
 
 binary (const std::vector< value_type > &v)
 
 binary (const std::string &s)
 

Additional Inherited Members

- Public Attributes inherited from vector< T >
elements
 STL member.
 

Detailed Description

Arbitrary binary data.


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