Squid Web Cache
master
Loading...
Searching...
No Matches
List.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 1996-2025 The Squid Software Foundation and contributors
3
*
4
* Squid software is distributed under GPLv2+ license and includes
5
* contributions from numerous individuals and organizations.
6
* Please see the COPYING and CONTRIBUTORS files for details.
7
*/
8
9
#ifndef SQUID_SRC_SBUF_LIST_H
10
#define SQUID_SRC_SBUF_LIST_H
11
12
#include "
sbuf/SBuf.h
"
13
14
#include <list>
15
16
typedef
std::list<SBuf>
SBufList
;
17
23
bool
IsMember
(
const
SBufList
&,
const
SBuf
&,
const
SBufCaseSensitive
isCaseSensitive =
caseSensitive
);
24
25
#endif
/* SQUID_SRC_SBUF_LIST_H */
26
IsMember
bool IsMember(const SBufList &, const SBuf &, const SBufCaseSensitive isCaseSensitive=caseSensitive)
Definition
List.cc:16
SBufList
std::list< SBuf > SBufList
Definition
List.h:16
SBuf.h
SBufCaseSensitive
SBufCaseSensitive
Definition
SBuf.h:36
caseSensitive
@ caseSensitive
Definition
SBuf.h:37
SBuf
Definition
SBuf.h:94
SBufList
std::list< SBuf > SBufList
Definition
forward.h:23
squid
src
sbuf
List.h
Generated by
1.9.8