move docs to one location
[IRC.git] / Robust / src / docs / tagimplementation
1 Baz a {}{Tag Foo x}, Bar b {}{Tag Foo x, Tag Far y}
2
3
4 Idea: Each parameter has its own queue and a hashtable that is indexed by 
5 the tag
6
7 When adding the object to the queue, the system:
8 cycles through each tag of the appropriate type in that object and indexes 
9 into the other queues for that tag...if multiple objects have that tag, 
10 have to search each possible one...if the parameter is specified to have a 
11 second tag, search through each possible second tag
12
13 Each flag object has tag pointer - it can either point to a tag object or 
14 a list of tags...