Arena  1.0
A content management system
 All Classes Files Functions Variables Pages
StringTrees.py File Reference

This file defines and implements a class that stores a string value as a name. More...

Classes

class  Library.Memory.StringTrees.AStringLeaf
 A binary node that uses a string key instead of an integer key for sorting. More...
 

Detailed Description

This file defines and implements a class that stores a string value as a name.

It is extended to allow a class instance to be easily added to a binary tree.