bplustree.h完整头文件 #ifndef _BPLUS_TREE_H #define _BPLUS_TREE_H /* 5 node caches are needed at least for self, left and right sibling, sibling * of sibling, parent and node seeking */ #define MIN_CACHE_NUM 5 #