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
void
clone(
dictionary<keytype,valuetype>
*a);
6
void
clone(
dictionarycollection<keytype,valuetype>
*a);
7
dictionarypair<keytype,valuetype>
8
*getNode(keytype key);
9
treenode< dictionarypair<keytype,valuetype>
*>
10
*find(keytype key);
11
12
bool
trackinsertionorder;
13
14
avltree<dictionarypair<keytype,valuetype>
*> tree;
15
linkedlist<dictionarypair<keytype,valuetype>
*> list;
16
linkedlist<keytype>
*keylist;
17
dictionarypaircomparator<keytype,valuetype>
*comp;
18
avltree
Definition
avltree.h:67
dictionary
Definition
dictionary.h:12
dictionarycollection
Definition
dictionarycollection.h:13
dictionarypair
Definition
dictionaryinlines.h:8
dictionarypaircomparator
Definition
dictionaryinlines.h:25
linkedlist
Definition
linkedlist.h:47
treenode
Definition
treecollection.h:12
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0