Stxxl  1.4.0
Classes | Namespaces | Enumerations | Functions
include/stxxl/bits/containers/pager.h File Reference
#include <list>
#include <cassert>
#include <stxxl/bits/noncopyable.h>
#include <stxxl/bits/common/rand.h>
#include <stxxl/bits/common/simple_vector.h>
Include dependency graph for pager.h:
This graph shows which files directly or indirectly include this file:

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
 

<stxxl> library namespace


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)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines