You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by aconway <ac...@redhat.com> on 2015/06/12 01:26:01 UTC

C++ binding stream encoder/decoder - review requested.

The new commits are on the pull request
 https://github.com/apache/qpid-proton/pull/35/commits 

PROTON-865: Stream like Encoder/Decoder and AMQP Value type for C++
binding.

See Encoder.h, Decoder.h, Value.h for details.
Encoder/Decoder use operator << and >> to encode/decode AMQP values.
Value is a variant-like type that can hold an arbitrary AMQP value.

Simple types are implemented, complex types coming next.