|
Squid Web Cache v8/master
|
SBuf "starts with" predicate for STL algorithms etc. More...
#include <Algorithms.h>
Public Member Functions | |
| SBufStartsWith (const SBuf &prefix, SBufCaseSensitive sensitivity=caseSensitive) | |
| bool | operator() (const SBuf &checking) |
Private Attributes | |
| SBuf | prefix_ |
| SBufCaseSensitive | sensitivity_ |
Definition at line 30 of file Algorithms.h.
|
inlineexplicit |
Definition at line 33 of file Algorithms.h.
|
inline |
Definition at line 35 of file Algorithms.h.
References prefix_, sensitivity_, and SBuf::startsWith().
|
private |
Definition at line 37 of file Algorithms.h.
Referenced by operator()().
|
private |
Definition at line 38 of file Algorithms.h.
Referenced by operator()().