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/test_aerospike.h
Go to the documentation of this file.
1
#pragma once
2
3
/**
4
* An as_aerospike for tests.
5
*/
6
7
#include <aerospike/as_aerospike.h>
8
9
/*****************************************************************************
10
* FUNCTIONS
11
*****************************************************************************/
12
13
as_aerospike *
test_aerospike_new
();
14
as_aerospike *
test_aerospike_init
(as_aerospike *);
test_aerospike_new
as_aerospike * test_aerospike_new()
test_aerospike_init
as_aerospike * test_aerospike_init(as_aerospike *)