Main Page
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
test
util
src/test/util/map_rec.h
Go to the documentation of this file.
1
#pragma once
2
3
/**
4
* An as_rec backed by a map.
5
*/
6
7
#include <aerospike/as_rec.h>
8
#include <aerospike/as_map.h>
9
10
/*****************************************************************************
11
* FUNCTIONS
12
*****************************************************************************/
13
14
as_rec
*
map_rec_new
();
15
as_rec
*
map_rec_init
(
as_rec
*);
map_rec_new
as_rec * map_rec_new()
as_rec
Definition:
modules/common/src/include/aerospike/as_rec.h:65
map_rec_init
as_rec * map_rec_init(as_rec *)