Arena
1.0
A content management system
|
This file defines and implements a class that acts much like a Python dictionary object, with a few additional features. More...
Classes | |
class | Library.Memory.Dictionaries.ADictionaryEntry |
A single entry in a dictionary, which matches a string key to a value. More... | |
class | Library.Memory.Dictionaries.ADictionary |
A binary tree class that acts much like a Python dictionary object. More... | |
This file defines and implements a class that acts much like a Python dictionary object, with a few additional features.