forked from blue/lmdbal
external transaction methods for storage
This commit is contained in:
parent
f39d44890a
commit
e2dbea21d1
19 changed files with 273 additions and 58 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
~Serializer();
|
||||
|
||||
T deserialize(const MDB_val& value);
|
||||
void deserialize(const MDB_val& value, T& result);
|
||||
MDB_val setData(const T& value);
|
||||
MDB_val getData();
|
||||
void clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue