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

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

add(const T &item)MutableCollection< T >
addAll(const Collection< T > &items)MutableCollection< T >
begin()MutableCollection< T >
clear(void)MutableCollection< T >
contains(const T &item)Collection< T >
containsAll(const C< T > &collection)Collection< T >
copy(const Collection< T > &items)MutableCollection< T >
count(void)Collection< T >
diff(const Set< T > &set)Set< T >
end()MutableCollection< T >
equals(const Collection &coll)Collection< T >
insert(const T &item)Set< T >
isEmpty(void)Collection< T >
join(const Set< T > &set)Set< T >
meet(const Set< T > &set)Set< T >
nullCollection< T >static
nullCollection< T >static
operator bool(void)Collection< T >
operator!=(const Collection &coll)Collection< T >
operator&(const Set &set)Set< T >
operator&=(const Set< T > set)Set< T >
operator*(const Set &set)Set< T >
operator*=(const Set< T > set)Set< T >
operator+(const Set &set)Set< T >
operator+=(const Set< T > set)Set< T >
elm::concept::MutableCollection::operator+=(const T &item)MutableCollection< T >
operator-(const Set &set)Set< T >
operator-=(const Set< T > set)Set< T >
elm::concept::MutableCollection::operator-=(const T &item)MutableCollection< T >
operator<(const Collection &coll)Set< T >
operator<=(const Set &coll)Set< T >
operator<=(const T &item)Set< T >
operator=(const Collection< T > &c)MutableCollection< T >
operator==(const Collection &coll)Collection< T >
operator>(const Set &coll)Set< T >
operator>=(const Set &coll)Set< T >
operator|(const Set &set)Set< T >
operator|=(const Set< T > set)Set< T >
remove(const T &item)MutableCollection< T >
remove(const Iterator< T > &iter)MutableCollection< T >
removeAll(const Collection< T > &items)MutableCollection< T >
self_t typedefCollection< T >
subsetOf(const Set &coll)Set< T >
t typedefCollection< T >