All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations | Functions
as_cdt_order.h File Reference
#include <aerospike/as_std.h>
+ Include dependency graph for as_cdt_order.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

static uint32_t as_list_order_to_flag ( as_list_order  order,
bool  pad 
)
inlinestatic

Definition at line 73 of file as_cdt_order.h.

References AS_LIST_ORDERED.

static uint32_t as_map_order_to_flag ( as_map_order  order)
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.