Cursors refactoring part one
This commit is contained in:
parent
ef86d0adf9
commit
bfb1d007ad
19 changed files with 824 additions and 677 deletions
|
@ -1,8 +1,9 @@
|
|||
set(SOURCES
|
||||
exceptions.cpp
|
||||
storage.cpp
|
||||
storagecommon.cpp
|
||||
base.cpp
|
||||
transaction.cpp
|
||||
cursorcommon.cpp
|
||||
)
|
||||
|
||||
set(HEADERS
|
||||
|
@ -10,13 +11,15 @@ set(HEADERS
|
|||
exceptions.h
|
||||
storage.h
|
||||
storage.hpp
|
||||
storagecommon.h
|
||||
storagecommon.hpp
|
||||
cursor.h
|
||||
cursor.hpp
|
||||
cursorcommon.h
|
||||
cache.h
|
||||
cache.hpp
|
||||
operators.hpp
|
||||
transaction.h
|
||||
icursor.h
|
||||
)
|
||||
|
||||
target_sources(${LMDBAL_NAME} PRIVATE ${SOURCES})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue