All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
as_types.h
Go to the documentation of this file.
1 /*
2  * Copyright 2008-2018 Aerospike, Inc.
3  *
4  * Portions may be licensed to Aerospike, Inc. under one or more contributor
5  * license agreements.
6  *
7  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
8  * use this file except in compliance with the License. You may obtain a copy of
9  * the License at http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13  * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14  * License for the specific language governing permissions and limitations under
15  * the License.
16  */
17 
18 #pragma once
19 
20 #include <aerospike/as_boolean.h>
21 #include <aerospike/as_integer.h>
22 #include <aerospike/as_geojson.h>
23 #include <aerospike/as_string.h>
24 #include <aerospike/as_bytes.h>
25 #include <aerospike/as_pair.h>
26 #include <aerospike/as_nil.h>
27 #include <aerospike/as_val.h>
28 
29 #include <aerospike/as_rec.h>
30 #include <aerospike/as_iterator.h>
31 #include <aerospike/as_stream.h>
32 
33 #include <aerospike/as_list.h>
34 #include <aerospike/as_arraylist.h>
36 
37 #include <aerospike/as_map.h>
38 #include <aerospike/as_hashmap.h>
40 
41 #include <aerospike/as_result.h>