Rudiments
include
rudiments
private
dictionary.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information
3
4
protected
:
5
avltreenode< dictionarynode<keytype,valuetype>
*>
6
*find(keytype key);
7
8
avltree< dictionarynode<keytype,valuetype>
*> tree;
9
linkedlist< dictionarynode<keytype,valuetype>
*> list;
10
11
bool
trackinsertionorder;
avltree
Definition:
avltree.h:77
linkedlist
Definition:
linkedlist.h:60
avltreenode
Definition:
avltree.h:11
Generated on Sat Mar 14 2020 21:50:17 for Rudiments by
1.8.15