Go to the source code of this file.
|
class | stxxl::hash_map::hash_map< KeyType, MappedType, HashType, KeyCompareType, SubBlockSize, SubBlocksPerBlock, AllocatorType > |
| Main implementation of external memory hash map. More...
|
|
class | stxxl::unordered_map< KeyType, MappedType, HashType, CompareType, SubBlockSize, SubBlocksPerBlock, AllocType > |
| An external memory implementation of the STL unordered_map container, which is based on an external memory hash map. More...
|
|
|
template<class KeyType , class MappedType , class HashType , class CompareType , unsigned SubBlockSize, unsigned SubBlocksPerBlock, class AllocType > |
void | std::swap (stxxl::unordered_map< KeyType, MappedType, HashType, CompareType, SubBlockSize, SubBlocksPerBlock, AllocType > &a, stxxl::unordered_map< KeyType, MappedType, HashType, CompareType, SubBlockSize, SubBlocksPerBlock, AllocType > &b) |
|