All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields | Private Attributes
as_binops Struct Reference

Detailed Description

Sequence of operations.

as_operations_add_incr(&ops, "bin1", 123);
as_operations_add_append_str(&ops, "bin2", "abc");
...
as_operations_destroy(&ops);

Definition at line 104 of file src/include/aerospike/as_operations.h.

#include "as_operations.h"

+ Collaboration diagram for as_binops:

Data Fields

uint16_t capacity
 
as_binopentries
 
uint16_t size
 

Private Attributes

bool _free
 

Field Documentation

bool as_binops::_free
private

If true, then as_binops_destroy() will free the entries.

Definition at line 110 of file src/include/aerospike/as_operations.h.

uint16_t as_binops::capacity

Number of entries allocated

Definition at line 115 of file src/include/aerospike/as_operations.h.

as_binop * as_binops::entries

Sequence of entries

Definition at line 125 of file src/include/aerospike/as_operations.h.

uint16_t as_binops::size

Number of entries used

Definition at line 120 of file src/include/aerospike/as_operations.h.


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