Qpid Proton C++ API 0.39.0
 
Loading...
Searching...
No Matches
types.hpp
Go to the documentation of this file.
1#ifndef PROTON_TYPES_HPP
2#define PROTON_TYPES_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// TODO aconway 2016-03-15: described types, described arrays.
29
30
31#include "./annotation_key.hpp"
32#include "./binary.hpp"
33#include "./decimal.hpp"
34#include "./duration.hpp"
35#include "./message_id.hpp"
36#include "./null.hpp"
37#include "./scalar.hpp"
38#include "./symbol.hpp"
39#include "./timestamp.hpp"
40#include "./uuid.hpp"
41#include "./value.hpp"
42
43#include "./codec/deque.hpp"
44#include "./codec/list.hpp"
45#include "./codec/map.hpp"
46#include "./codec/vector.hpp"
49
50#endif // PROTON_TYPES_HPP
A key for use with AMQP annotation maps.
Arbitrary binary data.
Unsettled API - Enable conversions between proton::value and std::map.
AMQP decimal types.
Unsettled API - Enable conversions between proton::value and std::deque.
A span of time in milliseconds.
Unsettled API - Enable conversions between proton::value and std::forward_list.
Unsettled API - Enable conversions between proton::value and std::list.
An AMQP message ID.
The type of the AMQP null value.
A holder for an instance of any scalar AMQP type.
A string that represents the AMQP symbol type.
A 64-bit timestamp in milliseconds since the Unix epoch.
Unsettled API - Enable conversions between proton::value and std::unordered_map.
A 16-byte universally unique identifier.
A holder for any AMQP value, simple or complex.
Unsettled API - Enable conversions between proton::value and std::vector.