Stxxl
1.4.0
|
#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::random_pager< npages_ > |
Pager with random replacement strategy. More... | |
class | stxxl::lru_pager< npages_ > |
Pager with LRU replacement strategy. More... | |
Namespaces | |
namespace | stxxl |
| |
namespace | std |
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) |