Kyoto Cabinet
|
plant database More...
#include <kccommon.h>
#include <kcutil.h>
#include <kcthread.h>
#include <kcfile.h>
#include <kccompress.h>
#include <kccompare.h>
#include <kcmap.h>
#include <kcregex.h>
#include <kcdb.h>
Classes | |
class | kyotocabinet::PlantDB< BASEDB, DBTYPE > |
Plant database. More... | |
class | kyotocabinet::PlantDB< BASEDB, DBTYPE >::Cursor |
Cursor to indicate a record. More... | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::Record |
Record data. | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::RecordComparator |
Comparator for records. | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::LeafNode |
Leaf node of B+ tree. | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::Link |
Link to a node. | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::LinkComparator |
Comparator for links. | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::InnerNode |
Inner node of B+ tree. | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::LeafSlot |
Slot cache of leaf nodes. | |
struct | kyotocabinet::PlantDB< BASEDB, DBTYPE >::InnerSlot |
Slot cache of inner nodes. | |
class | kyotocabinet::PlantDB< BASEDB, DBTYPE >::ScopedVisitor |
Scoped visitor. | |
Namespaces | |
namespace | kyotocabinet |
All symbols of Kyoto Cabinet. | |
Defines | |
#define | KCPDBMETAKEY "@" |
key of the record for meta data | |
#define | KCPDBTMPPATHEXT "tmpkct" |
extension of the temporary file | |
#define | KCPDRECBUFSIZ 128 |
size of the record buffer |
plant database
#define KCPDBMETAKEY "@" |
key of the record for meta data
#define KCPDBTMPPATHEXT "tmpkct" |
extension of the temporary file
#define KCPDRECBUFSIZ 128 |
size of the record buffer