proton/codec/encoder.hpp File Reference

**Unsettled API** - A stream-like encoder from C++ values to AMQP bytes. More...

#include "../internal/data.hpp"
#include "../internal/type_traits.hpp"
#include "../types_fwd.hpp"
#include "./common.hpp"
#include <proton/type_compat.h>

Go to the source code of this file.

Classes

class  encoder
 **Unsettled API** - A stream-like encoder from C++ values to AMQP bytes. More...

Namespaces

namespace  proton
 

The main Proton namespace.


namespace  proton::codec
 

**Unsettled API** - AMQP data encoding and decoding.


Functions

encoder & operator<< (encoder &e, const char *s)
 Treat char* as string.
template<class T >
internal::enable_if
< internal::is_unknown_integer
< T >::value, encoder & >
::type 
operator<< (encoder &e, T i)
 operator << for integer types that are not covered by the standard overrides.

Detailed Description

**Unsettled API** - A stream-like encoder from C++ values to AMQP bytes.


Generated on 30 Jul 2020 for Qpid Proton C++ by  doxygen 1.6.1