Zen
A cross-platform functional programming language
|
Intrinsic set type. More...
#include <zbl.hpp>
Public Member Functions | |
void | insert (const V &v) |
Add a value to the set. | |
bool | has (const V &v) const |
Check for a value in the list. | |
Private Types | |
typedef listbase< set< V > , QSet< V >, QSetIterator< V > , V > | baseT |
The base class type. |
Intrinsic set type.
bool has | ( | const V & | v | ) | const [inline] |
Check for a value in the list.
v | Value to find |
void insert | ( | const V & | v | ) | [inline] |
Add a value to the set.
v | Value to add |