#include <PagePredicate.h>
Inheritance diagram for PagePredicate:
Public Member Functions | |
virtual | ~PagePredicate () |
virtual bool | operator() (CachePage const &page)=0 |
Tests the predicate. |
Definition at line 37 of file PagePredicate.h.
PagePredicate::~PagePredicate | ( | ) | [virtual] |
virtual bool PagePredicate::operator() | ( | CachePage const & | page | ) | [pure virtual] |
Tests the predicate.
page | the page to be considered |
Implemented in FuzzyCheckpointSet, DeviceIdPagePredicate, and MappedPageListenerPredicate.