Qpid Proton C++  0.17.0
fwd.hpp
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 
25 namespace proton {
26 
27 class annotation_key;
28 class connection;
29 class connection_options;
30 class container;
31 class delivery;
32 class error_condition;
33 class event;
34 class message;
35 class message_id;
36 class messaging_handler;
37 class listen_handler;
38 class listener;
39 class receiver;
40 class receiver_iterator;
41 class receiver_options;
42 class reconnect_timer;
43 class sasl;
44 class sender;
45 class sender_iterator;
46 class sender_options;
47 class session;
48 class session_options;
49 class source_options;
50 class ssl;
51 class target_options;
52 class tracker;
53 class transport;
54 class url;
55 class void_function0;
56 
57 
58 namespace io {
59 
60 class connection_driver;
61 
62 }
63 
64 template <class T> class returned;
65 template <class T> class thread_safe;
66 
67 }
68 
69 #endif // PROTON_FWD_HPP
Experimental - An AMQP driver for a single connection.
Definition: connection_driver.hpp:94
The main Proton namespace.
Definition: annotation_key.hpp:30
Experimental - A thread-safe object wrapper.
Definition: fwd.hpp:65