Class Hierarchy   Compound List   File List   Header Files   Compound Members   File Members  

searchable_list Class Reference

A list of elements which have equality defined. More...

Class diagram for searchable_list:

list

List of all members.

Public Members


Detailed Description

template<class Domain> class searchable_list

A list of elements which have equality defined.


Member Typedef Documentation

template<class Domain>
typedef list<Domain>::iterator searchable_list<Domain>::iterator

Reimplemented from list.


Member Function Documentation

template<class Domain>
iterator searchable_list<Domain>::find (const Domain & key)

template<class Domain>
bool searchable_list<Domain>::is_member (const Domain & key)

Is there an entry with the given value.

template<class Domain>
bool searchable_list<Domain>::remove (const Domain & key)

Remove first entry with given value.


The documentation for this class was generated from the following files:
Generated at Mon Nov 22 19:44:00 1999 for NCI SUIF by doxygen  written by Dimitri van Heesch, © 1997-1999