|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <tpl_hash.H>
Public Types | |
| typedef HashSetTable< Key, Cmp > | Base |
Public Member Functions | |
| void | add (const DynList< Key > &l) |
| template<template< typename > class List> | |
| HashSet (const List< Key > &l) | |
| template<class It > | |
| HashSet (It b, It e) | |
| HashSet (std::initializer_list< Key > l) | |
| HashSet () | |
| Key & | get_first () const |
| Key & | get_last () const |
Definition at line 62 of file tpl_hash.H.
| typedef HashSetTable<Key, Cmp> Aleph::HashSet< Key, HashSetTable, Cmp >::Base |
Definition at line 64 of file tpl_hash.H.
|
inline |
Definition at line 75 of file tpl_hash.H.
|
inline |
Definition at line 75 of file tpl_hash.H.
|
inline |
Definition at line 75 of file tpl_hash.H.
|
inline |
Definition at line 77 of file tpl_hash.H.
|
inline |
Definition at line 67 of file tpl_hash.H.
References FunctionalMethods< Container, T >::for_each(), l, and Aleph::maps().
|
inline |
Definition at line 79 of file tpl_hash.H.
|
inline |
Definition at line 81 of file tpl_hash.H.