object_hash_table(prog_tools)Prog_toolsobject_hash_table(prog_tools)
NAME
object_hash_table - a hash_table for objects only
DESCRIPTION
object_hash_table - just like a hash table but it takes
only object names and object pointers. Also provides a
key# message that forwards all further messages to the
stored object.
SUPERCLASS
hash_table
MESSAGES
key# key_name
All following messages will be sent to the object
associated with key_name.
EXAMPLE
I won't insult your intelligence by providing an example
for such a simple object.
SEE ALSO
hash_table object
Please send comments and suggestions toconsult@rpi.edu