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_CAPACITY
HashSet< TYPE >
static
Enumerator
typedef
HashSet< TYPE >
getCapacity
() const noexcept
HashSet< TYPE >
inline
getEnumerator
() noexcept
HashSet< TYPE >
inline
getReadEnumerator
() const noexcept
HashSet< TYPE >
inline
getSize
() const noexcept
HashSet< 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 ©) noexcept
HashSet< TYPE >
inline
hasKey
(const Value &key) const noexcept
HashSet< TYPE >
inline
hasValue
(const Value &value) const noexcept
HashSet< TYPE >
inline
impl
HashSet< TYPE >
isEmpty
() const noexcept
HashSet< TYPE >
inline
MAXIMUM_CAPACITY
HashSet< TYPE >
static
MINIMUM_CAPACITY
HashSet< TYPE >
static
operator bool
() const noexcept
HashSet< TYPE >
inline
operator<<
(const Value &key)
HashSet< TYPE >
inline
operator<<
(Value &&key)
HashSet< TYPE >
inline
operator=
(const HashSet &assign) noexcept
HashSet< TYPE >
inline
ReadEnumerator
typedef
HashSet< TYPE >
remove
(const Value &value)
HashSet< TYPE >
inline
removeAll
()
HashSet< TYPE >
inline
Value
typedef
HashSet< TYPE >