forward.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 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_FORWARD_H
10#define SQUID_SRC_SBUF_FORWARD_H
11
12#include <functional>
13#include <list>
14
15class MemBlob;
16
17class SBuf;
18class SBufIterator;
21
22class SBufStats;
23typedef std::list<SBuf> SBufList;
24
25class SBufEqual;
26class SBufStartsWith;
27class SBufAddLength;
28namespace std {
29template <> struct hash<SBuf>;
30}
32
33#endif /* SQUID_SRC_SBUF_FORWARD_H */
34
SBuf equality predicate for STL algorithms etc.
Definition: Algorithms.h:19
Named SBuf::reserve() parameters. Defaults ask for and restrict nothing.
Definition: SBuf.h:697
SBuf "starts with" predicate for STL algorithms etc.
Definition: Algorithms.h:31
Definition: SBuf.h:94
STL namespace.
std::list< SBuf > SBufList
Definition: forward.h:23
static hash_table * hash
Definition: text_backend.cc:41

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors