#include <aerospike/as_std.h>
Go to the source code of this file.
Enumerations | |
enum | as_list_order { AS_LIST_UNORDERED = 0 , AS_LIST_ORDERED = 1 } |
enum | as_map_order { AS_MAP_UNORDERED = 0 , AS_MAP_KEY_ORDERED = 1 , AS_MAP_KEY_VALUE_ORDERED = 3 } |
Functions | |
static uint32_t | as_list_order_to_flag (as_list_order order, bool pad) |
static uint32_t | as_map_order_to_flag (as_map_order order) |
|
inlinestatic |
Definition at line 73 of file as_cdt_order.h.
References AS_LIST_ORDERED.
|
inlinestatic |
Definition at line 79 of file as_cdt_order.h.
References AS_MAP_KEY_ORDERED, AS_MAP_KEY_VALUE_ORDERED, and AS_MAP_UNORDERED.