All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Macros | Typedefs
as_bin.h File Reference
#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>
+ Include dependency graph for as_bin.h:
+ This graph shows which files directly or indirectly include this file:

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]
 

Macro Definition Documentation

#define AS_BIN_NAME_MAX_LEN   (AS_BIN_NAME_MAX_SIZE - 1)

Maximum bin name length

Definition at line 44 of file as_bin.h.

#define AS_BIN_NAME_MAX_SIZE   16

Maximum bin name size

Definition at line 39 of file as_bin.h.

Typedef Documentation

typedef char as_bin_name[AS_BIN_NAME_MAX_SIZE]

Bin Name

Definition at line 53 of file as_bin.h.