Base Framework
HashSet< TYPE > Member List

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

add(const Value &value)HashSet< TYPE >inline
copyOnWrite()HashSet< TYPE >inline
DEFAULT_CAPACITYHashSet< TYPE >static
Enumerator typedefHashSet< TYPE >
getCapacity() const noexceptHashSet< TYPE >inline
getEnumerator() noexceptHashSet< TYPE >inline
getReadEnumerator() const noexceptHashSet< TYPE >inline
getSize() const noexceptHashSet< TYPE >inline
HashSet()HashSet< TYPE >inline
HashSet(std::initializer_list< TYPE > values) (defined in HashSet< TYPE >)HashSet< TYPE >inline
HashSet(MemorySize capacity)HashSet< TYPE >inline
HashSet(const HashSet &copy) noexceptHashSet< TYPE >inline
hasKey(const Value &key) const noexceptHashSet< TYPE >inline
hasValue(const Value &value) const noexceptHashSet< TYPE >inline
implHashSet< TYPE >
isEmpty() const noexceptHashSet< TYPE >inline
MAXIMUM_CAPACITYHashSet< TYPE >static
MINIMUM_CAPACITYHashSet< TYPE >static
operator bool() const noexceptHashSet< TYPE >inline
operator<<(const Value &key)HashSet< TYPE >inline
operator<<(Value &&key)HashSet< TYPE >inline
operator=(const HashSet &assign) noexceptHashSet< TYPE >inline
ReadEnumerator typedefHashSet< TYPE >
remove(const Value &value)HashSet< TYPE >inline
removeAll()HashSet< TYPE >inline
Value typedefHashSet< TYPE >