Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
afw_lmdb.h
Go to the documentation of this file.
1 // See the 'COPYING' file in the project root for licensing information.
2 /*
3  * Adaptive Framework LMDB Adaptor Header
4  *
5  * Copyright (c) 2010-2023 Clemson University
6  *
7  */
8 
9 #ifndef __AFW_LMDB_H__
10 #define __AFW_LMDB_H__
11 
12 #include "afw_minimal.h"
13 
29 
31 #define AFW_ERROR_RV_SOURCE_ID_Z_lmdb "lmdb"
32 
34 #define AFW_ERROR_RV_SOURCE_ID_Z_lmdb_internal "lmdb_internal"
35 
37 #define AFW_ERROR_RV_SOURCE_ID_Z_lmdb_journal "lmdb_journal"
38 
40 #define AFW_ERROR_RV_SOURCE_ID_Z_lmdb_index "lmdb_index"
41 
43 #define AFW_LMDB_Q_OBJECT_TYPE_SYNTHETIC_PREFIX "_lmdb"
44 
45 AFW_END_DECLARES
46 
49 #endif /* __AFW_LMDB_H__ */
#define AFW_BEGIN_DECLARES
Adaptive Framework Minimal Header.