Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_lmdb_function_bindings.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework Core Adaptive Function Bindings
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 /* ----------------------------- N O T E -------------------------------------
10  *
11  * This file is generated by "afwdev generate afw_lmdb".
12  *
13  * Do not change this file directly or the changes will be lost the next time
14  * this file is regenerated.
15  *
16  * -------------------------------------------------------------------------*/
17 
18 
19 #ifndef __AFW_LMDB_FUNCTION_BINDINGS_H__
20 #define __AFW_LMDB_FUNCTION_BINDINGS_H__
21 
22 
29 
48 
49 
82 const afw_value_t *
85 
111 const afw_value_t *
114 
121 #endif /* __AFW_LMDB_FUNCTION_BINDINGS_H__ */
Adaptive Framework declare helpers for afw_lmdb_.
#define AFW_LMDB_DECLARE(type)
Declare a public afw_lmdb function.
afw_lmdb_function_bindings_get()
Get array of pointers to afw_lmdb_function bindings.
const afw_value_t * afw_lmdb_function_execute_reader_list(afw_function_execute_t *x)
Adaptive Function reader_list
const afw_value_t * afw_lmdb_function_execute_reader_check(afw_function_execute_t *x)
Adaptive Function reader_check
Function execute parameter.
Definition: afw_function.h:53
Struct for function value.
Definition: afw_value.h:102
Interface afw_value public struct.