#include <suif_indexed_list.h>
Inheritance diagram for searchable_list:
Public Types | |
typedef list<Domain>::iterator | iterator |
Public Methods | |
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.