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

C++ binding update - moving to master this week.

I have updated the C++ proton binding, for details see:

http://people.apache.org/~aconway/proton/c-and-cpp.html
http://people.apache.org/~aconway/proton

The highlights of the change:

- 0 overhead C++ facade classes, facade pointers point directly at C structs.
- proton::counted_ptr for automated refcounting of proton objects in any C++ version.
- std:: and boost:: smart pointers supported as alternative to proton::counted_ptr.
- APIs take/return foo& for facade foo, facade can convert to smart pointer.

This is simpler and more obvious than the proposal floated on the proton list but has essentially the same properties.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org