Public Types | Public Member Functions

lru_pager< npages_ > Class Template Reference
[Internals]

Pager with LRU replacement strategy. More...

#include <pager.h>

Inherits noncopyable.

List of all members.

Public Types

enum  { n_pages = npages_ }

Public Member Functions

int_type kick ()
void hit (int_type ipage)
void swap (lru_pager &obj)

Detailed Description

template<unsigned npages_>
class lru_pager< npages_ >

Pager with LRU replacement strategy.


The documentation for this class was generated from the following file: