Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
HashSet< T, H, A > Member List

This is the complete list of members for HashSet< T, H, A >, including all inherited members.

add(const T &val)HashSet< T, H, A >inline
addAll(const C &coll)HashSet< T, H, A >inline
allocator() constHashSet< T, H, A >inline
allocator()HashSet< T, H, A >inline
begin(void) constHashSet< T, H, A >inline
clear(void)HashSet< T, H, A >inline
contains(const T &val) constHashSet< T, H, A >inline
containsAll(const C &coll)HashSet< T, H, A >inline
copy(const HashSet< T > &s)HashSet< T, H, A >inline
count(void) constHashSet< T, H, A >inline
diff(const HashSet< T > &c)HashSet< T, H, A >inline
end(void) constHashSet< T, H, A >inline
equals(const HashSet< T > &s) constHashSet< T, H, A >inline
hash() constHashSet< T, H, A >inline
hash()HashSet< T, H, A >inline
HashSet(int size=211)HashSet< T, H, A >inline
HashSet(const HashSet< T > &s)HashSet< T, H, A >inline
insert(const T &val)HashSet< T, H, A >inline
isEmpty(void) constHashSet< T, H, A >inline
items(void) constHashSet< T, H, A >inline
join(const HashSet< T > &c)HashSet< T, H, A >inline
meet(const HashSet< T > &c)HashSet< T, H, A >inline
nullHashSet< T, H, A >static
operator bool(void) constHashSet< T, H, A >inline
operator!=(const HashSet< T > &s) constHashSet< T, H, A >inline
operator&(const HashSet< T > &s) constHashSet< T, H, A >inline
operator&=(const HashSet< T > &s)HashSet< T, H, A >inline
operator*(const HashSet< T > &s) constHashSet< T, H, A >inline
operator*(void) constHashSet< T, H, A >inline
operator*=(const HashSet< T > &s)HashSet< T, H, A >inline
operator+(const HashSet< T > &s) constHashSet< T, H, A >inline
operator+=(const T &x)HashSet< T, H, A >inline
operator+=(const HashSet< T > &s)HashSet< T, H, A >inline
operator-(const HashSet< T > &s) constHashSet< T, H, A >inline
operator-=(const T &x)HashSet< T, H, A >inline
operator-=(const HashSet< T > &s)HashSet< T, H, A >inline
operator<(const HashSet< T > &s) constHashSet< T, H, A >inline
operator<=(const HashSet< T > &s) constHashSet< T, H, A >inline
operator=(const HashSet< T > &s)HashSet< T, H, A >inline
operator==(const HashSet< T > &s) constHashSet< T, H, A >inline
operator>(const HashSet< T > &s) constHashSet< T, H, A >inline
operator>=(const HashSet< T > &s) constHashSet< T, H, A >inline
operator|(const HashSet< T > &s) constHashSet< T, H, A >inline
operator|=(const HashSet< T > &s)HashSet< T, H, A >inline
remove(const T &val)HashSet< T, H, A >inline
remove(const Iter &i)HashSet< T, H, A >inline
removeAll(const C &c)HashSet< T, H, A >inline
self_t typedefHashSet< T, H, A >
subsetOf(const HashSet< T > &s) constHashSet< T, H, A >inline