Struct OrderedAA
Ordered Associative Array
struct OrderedAA(KEY, VALUE)
;
Fields
Name | Type | Description |
---|---|---|
data
|
OrderedAA | |
map
|
size_t[KEY] |
Properties
Name | Type | Description |
---|---|---|
dup [get]
|
OrderedAA | |
empty [get]
|
bool | |
length [get]
|
size_t |
Methods
Name | Description |
---|---|
byKeyValue
()
|
|
clear
()
|
|
dirtyAppendKeyValue
(key, value)
|
This function should not be used by sane people. |
opApply
(dg)
|
|
opBinaryRight
(key)
|
|
opEquals
(rhs)
|
|
opIndex
(key)
|
|
opIndexAssign
(value, key)
|
|
rehash
()
|
|
remove
(key)
|
Aliases
Name | Description |
---|---|
DataContainer
|
|
THIS
|