class MbDictEntry

A dictionary is stored as a collection of entries, each of which is an MbDictEntry

Private Fields

u_long key
friend class MbDict
MbDictEntry* next
PFSTRUCT_DECLARE
void* value

Private Methods

MbDictEntry(u_long k, void *v)

Documentation

A dictionary is stored as a collection of entries, each of which is an MbDictEntry. It contains the key and value for the entry and a link to create lists of entries.
u_long key

void* value

MbDictEntry* next

MbDictEntry(u_long k, void *v)

PFSTRUCT_DECLARE

friend class MbDict


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de