1 #ifndef PROTON_RETURNED_HPP
2 #define PROTON_RETURNED_HPP
25 #include "./internal/export.hpp"
26 #include "./internal/object.hpp"
38 class returned_factory;
59 PN_CPP_EXTERN
operator T()
const;
62 typename T::pn_type* ptr_;
65 friend class internal::returned_factory;
A return type for container methods.
Definition: returned.hpp:51
returned(const returned< T > &)
Copy operator required to return a value.
A connection to a remote AMQP peer.
The main Proton namespace.
Definition: annotation_key.hpp:33
A channel for receiving messages.
A channel for sending messages.