Fennel: MappedPageListenerPredicate Class Reference (original) (raw)
Tests the predicate.
Parameters:
| page | the page to be considered |
|---|
Returns:
true iff the page satisfies the predicate
Implements PagePredicate.
Definition at line 49 of file PagePredicate.cpp.
References CachePage::getMappedPageListener(), and listener.
00050 { 00051 return page.getMappedPageListener() == &listener; 00052 }