![]() |
#include <stdbool.h>
#include <stdint.h>
#include <aerospike/as_bin.h>
Go to the source code of this file.
Data Structures | |
struct | as_binop |
struct | as_binops |
struct | as_operations |
Macros | |
#define | as_operations_inita(__ops, __nops) |
Enumerations | |
enum | as_operator { AS_OPERATOR_WRITE = 0, AS_OPERATOR_READ = 1, AS_OPERATOR_INCR = 2, AS_OPERATOR_PREPEND = 4, AS_OPERATOR_APPEND = 5, AS_OPERATOR_TOUCH = 8, AS_OPERATOR_WRITE = 0, AS_OPERATOR_READ = 1, AS_OPERATOR_INCR = 2, AS_OPERATOR_PREPEND = 4, AS_OPERATOR_APPEND = 5, AS_OPERATOR_TOUCH = 8 } |
|
related |
Initializes a stack allocated as_operations
(as_operations) and allocates __nops
number of entries on the stack.
__ops | The as_operations * to initialize. |
__nops | The number of as_binops.entries to allocate on the stack. |
Definition at line 324 of file target/Darwin-i386/include/aerospike/as_operations.h.
enum as_operator |
Operation Identifiers
Definition at line 36 of file target/Darwin-i386/include/aerospike/as_operations.h.