Squid Web Cache master
Loading...
Searching...
No Matches
RemovalPolicyWalker Class Reference

#include <RemovalPolicy.h>

Collaboration diagram for RemovalPolicyWalker:
[legend]

Public Member Functions

 CBDATA_DECL_ (RemovalPolicyWalker, noexcept)
 

Public Attributes

RemovalPolicy_policy
 
void * _data
 
const StoreEntry *(* Next )(RemovalPolicyWalker *walker)
 
void(* Done )(RemovalPolicyWalker *walker)
 

Detailed Description

Definition at line 55 of file RemovalPolicy.h.

Member Function Documentation

◆ CBDATA_DECL_()

RemovalPolicyWalker::CBDATA_DECL_ ( RemovalPolicyWalker  ,
noexcept   
)

Member Data Documentation

◆ _data

void* RemovalPolicyWalker::_data

◆ _policy

RemovalPolicy* RemovalPolicyWalker::_policy

◆ Done

void(* RemovalPolicyWalker::Done) (RemovalPolicyWalker *walker)

◆ Next

const StoreEntry *(* RemovalPolicyWalker::Next) (RemovalPolicyWalker *walker)

Definition at line 62 of file RemovalPolicy.h.

Referenced by heap_walkInit(), lru_walkInit(), and UFSCleanLog::nextEntry().


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