28#include "./internal/config.hpp"
34class connection_options;
42class messaging_handler;
46class receiver_iterator;
47class receiver_options;
48class reconnect_options;
64namespace internal {
namespace v03 {
class work; } }
66#if PN_CPP_HAS_LAMBDAS && PN_CPP_HAS_VARIADIC_TEMPLATES
67namespace internal {
namespace v11 {
class work; } }
68using internal::v11::work;
70using internal::v03::work;
Unsettled API - An AMQP driver for a single connection.
Definition: connection_driver.hpp:94
A return type for container methods.
Definition: returned.hpp:51
The main Proton namespace.
Definition: annotation_key.hpp:33