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

Go to the source code of this file.

Data Structures

struct  as_digest
 
struct  as_key
 
union  as_key_value
 

Macros

#define AS_DIGEST_VALUE_SIZE   20
 
#define AS_NAMESPACE_MAX_SIZE   32
 
#define AS_SET_MAX_SIZE   64
 

Typedefs

typedef uint8_t as_digest_value [AS_DIGEST_VALUE_SIZE]
 
typedef char as_namespace [AS_NAMESPACE_MAX_SIZE]
 
typedef char as_set [AS_SET_MAX_SIZE]
 

Macro Definition Documentation

#define AS_DIGEST_VALUE_SIZE   20

The size of as_digest.value

Definition at line 38 of file as_key.h.

#define AS_NAMESPACE_MAX_SIZE   32

The maxium size of as_namespace.

Definition at line 45 of file as_key.h.

#define AS_SET_MAX_SIZE   64

The maxium size of as_set.

Definition at line 52 of file as_key.h.

Typedef Documentation

typedef uint8_t as_digest_value[AS_DIGEST_VALUE_SIZE]

Digest value

Definition at line 77 of file as_key.h.

typedef char as_namespace[AS_NAMESPACE_MAX_SIZE]

Namespace Name

Definition at line 63 of file as_key.h.

typedef char as_set[AS_SET_MAX_SIZE]

Set Name

Definition at line 70 of file as_key.h.