DualMap

Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T2 get(T1 key1)
Undocumented in source. Be warned that the author may not have intended to support it.
get
T1 get(T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(T1 key1)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(T1 key1, T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(T1 key1)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T1 key1, T2 key2)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

count
size_t count [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

map1
T2[T1] map1;
Undocumented in source.
map2
T1[T2] map2;
Undocumented in source.

Meta