emilib
|
Linear lookup set for quick lookups among few values. More...
#include <list_set.hpp>
Public Member Functions | |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
size_t | size () const |
bool | empty () const |
int | count (const KeyT &key) const |
bool | insert (const KeyT &key) |
void | shrink_to_fit () |
Frees unnecessary memory. | |
void | clear () |
Linear lookup set for quick lookups among few values.