#include <aerospike/as_boolean.h>
#include <aerospike/as_integer.h>
#include <aerospike/as_string.h>
#include <aerospike/as_geojson.h>
#include <aerospike/as_bytes.h>
#include <aerospike/as_list.h>
#include <aerospike/as_map.h>
#include <aerospike/as_val.h>
Go to the source code of this file.
Data Structures | |
struct | as_bin |
union | as_bin_value |
struct | as_bins |
Macros | |
#define | AS_BIN_NAME_MAX_LEN (AS_BIN_NAME_MAX_SIZE - 1) |
#define | AS_BIN_NAME_MAX_SIZE 16 |
Typedefs | |
typedef char | as_bin_name[AS_BIN_NAME_MAX_SIZE] |
#define AS_BIN_NAME_MAX_LEN (AS_BIN_NAME_MAX_SIZE - 1) |
typedef char as_bin_name[AS_BIN_NAME_MAX_SIZE] |