Qpid Proton C++ API 0.39.0
 
Loading...
Searching...
No Matches
fwd.hpp
Go to the documentation of this file.
1#ifndef PROTON_FWD_HPP
2#define PROTON_FWD_HPP
3
4/*
5 *
6 * Licensed to the Apache Software Foundation (ASF) under one
7 * or more contributor license agreements. See the NOTICE file
8 * distributed with this work for additional information
9 * regarding copyright ownership. The ASF licenses this file
10 * to you under the Apache License, Version 2.0 (the
11 * "License"); you may not use this file except in compliance
12 * with the License. You may obtain a copy of the License at
13 *
14 * http://www.apache.org/licenses/LICENSE-2.0
15 *
16 * Unless required by applicable law or agreed to in writing,
17 * software distributed under the License is distributed on an
18 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19 * KIND, either express or implied. See the License for the
20 * specific language governing permissions and limitations
21 * under the License.
22 *
23 */
24
27
28
29namespace proton {
30
31class annotation_key;
32class connection;
33class connection_options;
34class container;
35class delivery;
36class duration;
37class error_condition;
38class event;
39class message;
40class message_id;
41class messaging_handler;
42class listen_handler;
43class listener;
44class receiver;
45class receiver_iterator;
46class receiver_options;
47class reconnect_options;
48class sasl;
49class sender;
50class sender_iterator;
51class sender_options;
52class session;
53class session_options;
54class source_options;
55class ssl;
56class target_options;
57class tracker;
58class transport;
59class url;
60class void_function0;
61class work_queue;
62
63namespace internal { namespace v03 { class work; } }
64namespace internal { namespace v11 { class work; } }
65using internal::v11::work;
66
67namespace io {
68
70
71}
72
73template <class T> class returned;
74}
75
76#endif // PROTON_FWD_HPP
Unsettled API - An AMQP driver for a single connection.
Definition: connection_driver.hpp:93
A return type for container methods.
Definition: returned.hpp:51
The main Proton namespace.
Definition: annotation_key.hpp:33