CLAM-Development
1.1
|
#include <SearchList.hxx>
Public Member Functions | |
SearchList () | |
SearchList (List< T > &list) | |
void | Set (List< T > &list) |
const TIndex & | Find (const T &value) |
Definition at line 30 of file SearchList.hxx.
CLAM::SearchList< T >::SearchList | ( | ) | [inline] |
Definition at line 37 of file SearchList.hxx.
References NULL.
CLAM::SearchList< T >::SearchList | ( | List< T > & | list | ) | [inline] |
Definition at line 42 of file SearchList.hxx.
References NULL, and CLAM::SearchList< T >::Set().
const TIndex & CLAM::SearchList< T >::Find | ( | const T & | value | ) | [inline] |
Definition at line 56 of file SearchList.hxx.
References NULL.
void CLAM::SearchList< T >::Set | ( | List< T > & | list | ) | [inline] |
Definition at line 48 of file SearchList.hxx.
Referenced by CLAM::SearchList< T >::SearchList().