All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
as_msgpack_ext.h
Go to the documentation of this file.
1 /*
2  * Copyright 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_std.h>
21 #include <aerospike/as_val.h>
22 
23 #ifdef __cplusplus
24 extern "C" {
25 #endif
26 
27 /******************************************************************************
28  * CONSTANTS
29  *****************************************************************************/
30 
31 /**
32  * INF value
33  * @ingroup aerospike_t
34  */
35 AS_EXTERN extern const as_val as_cmp_inf;
36 
37 /**
38  * WILDCARD value
39  * @ingroup aerospike_t
40  */
41 AS_EXTERN extern const as_val as_cmp_wildcard;
42 
43 /******************************************************************************
44  * FUNCTIONS
45  *****************************************************************************/
46 
49 
50 AS_EXTERN uint32_t as_cmp_inf_val_hashcode(const as_val *v);
52 
55 
56 #ifdef __cplusplus
57 } // end extern "C"
58 #endif
AS_EXTERN char * as_cmp_inf_val_tostring(const as_val *v)
AS_EXTERN void as_cmp_inf_val_destroy(as_val *v)
Definition: as_val.h:61
AS_EXTERN void as_cmp_wildcard_val_destroy(as_val *v)
#define AS_EXTERN
Definition: as_std.h:25
AS_EXTERN uint32_t as_cmp_inf_val_hashcode(const as_val *v)
AS_EXTERN const as_val as_cmp_wildcard
AS_EXTERN const as_val as_cmp_inf
AS_EXTERN uint32_t as_cmp_wildcard_val_hashcode(const as_val *v)
AS_EXTERN char * as_cmp_wildcard_val_tostring(const as_val *v)