Kyoto Cabinet
Classes | Namespaces
kcmap.h File Reference

data mapping structures More...

#include <kccommon.h>
#include <kcutil.h>

Classes

class  kyotocabinet::LinkedHashMap< KEY, VALUE, HASH, EQUALTO >
 Doubly-linked hash map. More...
class  kyotocabinet::LinkedHashMap< KEY, VALUE, HASH, EQUALTO >::Iterator
 Iterator of records. More...
struct  kyotocabinet::LinkedHashMap< KEY, VALUE, HASH, EQUALTO >::Record
 Record data.
class  kyotocabinet::TinyHashMap
 Memory-saving string hash map. More...
class  kyotocabinet::TinyHashMap::Iterator
 Iterator of records. More...
class  kyotocabinet::TinyHashMap::Sorter
 Sorter of records. More...
struct  kyotocabinet::TinyHashMap::Record
 Record data.
struct  kyotocabinet::TinyHashMap::RecordComparator
 Comparator for records.
class  kyotocabinet::TinyArrayList
 Memory-saving string array list. More...

Namespaces

namespace  kyotocabinet
 

All symbols of Kyoto Cabinet.



Detailed Description

data mapping structures