CDBData | CDBData is a simple struct for pointing to a block of memory |
CDBEnumerator | Enumerator for key/value pairs in a CDBReader |
CDBFile | Abstract base class for CDB files |
CDBReader | Read-only access to CDB files |
CDBStore | An implementation of a persistent mutable dictionary, using a CDB file as the backing store |
CDBStringKeyStore | A subclass of CDBStore that takes NSStrings, instead of NSData, as keys |
CDBWriter | Writes out new CDB files |