Ion C
C library for Ion
ion.h
Go to the documentation of this file.
1 /*
2  * Copyright 2008-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License").
5  * You may not use this file except in compliance with the License.
6  * A copy of the License is located at:
7  *
8  * http://aws.amazon.com/apache2.0/
9  *
10  * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
12  * language governing permissions and limitations under the License.
13  */
14 
21 #ifndef ION_H_
22 #define ION_H_
23 
24 #include "ion_types.h"
25 #include "ion_string.h"
26 #include "ion_timestamp.h"
27 #include "ion_decimal.h"
28 #include "ion_float.h"
29 #include "ion_int.h"
30 #include "ion_collection.h"
31 #include "ion_symbol_table.h"
32 #include "ion_stream.h"
33 #include "ion_reader.h"
34 #include "ion_writer.h"
35 #include "ion_catalog.h"
36 #include "ion_debug.h"
37 #include "ion_version.h"
38 
39 #endif