Next Previous Contents

4.16 Class Dictionary<Key, Value>

Defined in: dict.h

Extends: -

Overview: A simple dictionary, implemented through linked lists. Can be used to store/retrieve Key/Value pairs. It is not particularly efficient.


Next Previous Contents