资 源 简 介
put, get, del c++11 class objects with filtered index
in test prepare objects list and del some object,
then dump to JSON its.
main.cc test file:
```cpp
include "leveldb.h"
include
COBJ( object )
{
public:
std::string name;
double dt;
DD( name , dt );
NN( "name","dt" );
IDX();
};
COBJ( object1 )
{
public:
// bool, int8t, uint8t ... float ...
std::string name;
double dt;
std::string name1;
std::string name2;
std::vector vn;
std::map mn;
std::map md;
std::map mcsui64;
std::map mcsncui64;
std::multimap mmn;
std::multimap mmd;
std::multimap mmcsui64;
std::multimap
文 件 列 表
cxx11_leveldb_embed-0.1
aclocal.m4
COPYING
configure.ac
depcomp
configure
Makefile.am
NEWS
INSTALL
config.guess
Makefile.in
ChangeLog
ltmain.sh
install-sh
AUTHORS
config.h.in
README
config.sub
src
missing