![]() |
Represents a value
Definition at line 56 of file modules/common/src/include/aerospike/as_val.h.
#include "as_val.h"
Data Fields | |
cf_atomic32 | count |
bool | free |
enum as_val_t | type |
cf_atomic32 as_val::count |
Reference count Values are ref counted. To increment the count, use as_val_reserve()
Definition at line 74 of file modules/common/src/include/aerospike/as_val.h.
bool as_val::free |
Value can be freed. Should be false for stack allocated values.
Definition at line 67 of file modules/common/src/include/aerospike/as_val.h.
enum as_val_t as_val::type |
Value type
Definition at line 61 of file modules/common/src/include/aerospike/as_val.h.