All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
as_val Struct Reference

Detailed Description

Represents a value

Definition at line 56 of file modules/common/src/include/aerospike/as_val.h.

#include "as_val.h"

+ Inheritance diagram for as_val:
+ Collaboration diagram for as_val:

Data Fields

cf_atomic32 count
 
bool free
 
enum as_val_t type
 

Field Documentation

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.


The documentation for this struct was generated from the following files: