|
STXXL
1.4-dev
|
#include <list>#include <cassert>#include <stxxl/bits/noncopyable.h>#include <stxxl/bits/common/rand.h>#include <stxxl/bits/common/simple_vector.h>Go to the source code of this file.
Classes | |
| class | stxxl::lru_pager< npages_ > |
| Pager with LRU replacement strategy. More... | |
| class | stxxl::random_pager< npages_ > |
| Pager with random replacement strategy. More... | |
Namespaces | |
| stxxl | |
STXXL library namespace | |
Enumerations | |
| enum | stxxl::pager_type { stxxl::random, stxxl::lru } |
Functions | |
| template<unsigned npages_> | |
| void | std::swap (stxxl::lru_pager< npages_ > &a, stxxl::lru_pager< npages_ > &b) |