Class diagram for searchable_list:

Public Members | |
| typedef list<Domain>::iterator | iterator |
| iterator | find (const Domain &key) |
| const_iterator | find (const Domain &key) const |
| bool | is_member (const Domain &key) const |
| Is there an entry with the given value. | |
| bool | remove (const Domain &key) |
| Remove first entry with given value. | |
Reimplemented from list.
Is there an entry with the given value.
Remove first entry with given value.
written by Dimitri van Heesch, © 1997-1999