Rudiments
dictionary.h
1// Copyright (c) 1999-2018 David Muse
2// See the COPYING file for more information
3
4 protected:
8 *getNode(keytype key);
10 *find(keytype key);
11
12 bool trackinsertionorder;
13
16 linkedlist<keytype> *keylist;
18
Definition avltree.h:67
Definition dictionary.h:12
Definition dictionarycollection.h:13
Definition dictionaryinlines.h:8
Definition dictionaryinlines.h:25
Definition linkedlist.h:47
Definition treecollection.h:12