All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
as_rec * map_rec_new()
as_rec * map_rec_init(as_rec *)