Rudiments
Main Page
Classes
include
rudiments
private
dictionary.h
1
// Copyright (c) 2003 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 Tue Feb 21 2017 20:39:53 for Rudiments by
1.8.11