Struct ArraySet
struct ArraySet(Key)
;
Fields
Name | Type | Description |
---|---|---|
m_allocator
|
ArraySet | |
m_entries
|
Key[] | |
m_staticEntries
|
Key[4] |
Properties
Name | Type | Description |
---|---|---|
dup [get]
|
ArraySet |
Methods
Name | Description |
---|---|
allocator
()
|
|
AW
(a)
|
|
contains
(key)
|
|
insert
(key)
|
|
isNull
(a)
|
|
opApply
(del)
|
|
opBinaryRight
(key)
|
|
remove
(key)
|
|
setAllocator
(allocator)
|
Aliases
Name | Description |
---|---|
AllocatorType
|
|
GenAllocator
|