| clear()=0 | collection | pure virtual |
| collection() | collection | inline |
| collection(collection &c) | collection | inline |
| getBlockSize() | collection | inlinevirtual |
| getComparator() | collection | inline |
| getCount()=0 | collection | pure virtual |
| getKey(keytype key, keytype *k)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| getKey(keytype key)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| getKeys()=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| getManageArrayKeys() | collection | inlinevirtual |
| getManageArrayValues() | collection | inlinevirtual |
| getManageKeys() | collection | inlinevirtual |
| getManageValues() | collection | inlinevirtual |
| getTrackInsertionOrder()=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| getType() | dictionarycollection< keytype, valuetype > | inlinevirtual |
| getValue(keytype key, valuetype *value)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| getValue(keytype key)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| isBlockBased() | collection | inlinevirtual |
| isReadOnly() | collection | inlinevirtual |
| isSequentialAccess() | collection | inlinevirtual |
| operator=(collection &c) | collection | inline |
| remove(keytype key)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| setComparator(comparator *newcomp) | collection | inline |
| setManageArrayKeys(bool manage) | collection | inlinevirtual |
| setManageArrayValues(bool manage) | collection | inlinevirtual |
| setManageKeys(bool manage) | collection | inlinevirtual |
| setManageValues(bool manage) | collection | inlinevirtual |
| setValue(keytype key, valuetype value)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| setValues(keytype *key, valuetype *value)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| setValues(keytype const *key, valuetype const *value)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| setValues(keytype *key, valuetype *value, uint64_t count)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| setValues(keytype const *key, valuetype const *value, uint64_t count)=0 | dictionarycollection< keytype, valuetype > | pure virtual |
| write() | dictionarycollection< keytype, valuetype > | inlinevirtual |
| write(output *out) | dictionarycollection< keytype, valuetype > | inlinevirtual |
| writeJson() | dictionarycollection< keytype, valuetype > | inlinevirtual |
| writeJson(bool indent) | dictionarycollection< keytype, valuetype > | inlinevirtual |
| writeJson(output *out) | dictionarycollection< keytype, valuetype > | inlinevirtual |
| writeJson(output *out, bool indent) | dictionarycollection< keytype, valuetype > | inlinevirtual |
| ~collection() | collection | inlinevirtual |
| ~object() | object | inlinevirtual |