STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
unordered_map.h File Reference

Go to the source code of this file.

Classes

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...
 

Namespaces

 stxxl
 STXXL library namespace
 
 stxxl::hash_map
 External memory hash-map.
 

Functions

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)