MemCacheClient
Public Member Functions

MemCacheClient::MemRequest::Sort Struct Reference

Sort the requests into server order. More...

List of all members.

Public Member Functions

bool operator() (const MemRequest *pl, const MemRequest *pr) const
 Compare two requests for less ordering.

Detailed Description

Sort the requests into server order.

Definition at line 502 of file MemCacheClient.cpp.


Member Function Documentation

bool MemCacheClient::MemRequest::Sort::operator() ( const MemRequest pl,
const MemRequest pr 
) const [inline]

Compare two requests for less ordering.

Parameters:
plRequest item
prRequest item
Returns:
true if pl is less than pr.

Definition at line 509 of file MemCacheClient.cpp.

References MemCacheClient::MemRequest::mServer.


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