Qpid Proton C++ API  0.36.0
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 
29 namespace proton {
30 
31 class annotation_key;
32 class connection;
33 class connection_options;
34 class container;
35 class delivery;
36 class duration;
37 class error_condition;
38 class event;
39 class message;
40 class message_id;
41 class messaging_handler;
42 class listen_handler;
43 class listener;
44 class receiver;
45 class receiver_iterator;
46 class receiver_options;
47 class reconnect_options;
48 class sasl;
49 class sender;
50 class sender_iterator;
51 class sender_options;
52 class session;
53 class session_options;
54 class source_options;
55 class ssl;
56 class target_options;
57 class tracker;
58 class transport;
59 class url;
60 class void_function0;
61 class work_queue;
62 
63 namespace internal { namespace v03 { class work; } }
64 namespace internal { namespace v11 { class work; } }
65 using internal::v11::work;
66 
67 namespace io {
68 
69 class connection_driver;
70 
71 }
72 
73 template <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