Squid Web Cache master
Loading...
Searching...
No Matches
forward.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_BASE_FORWARD_H
10#define SQUID_SRC_BASE_FORWARD_H
11
12class AsyncCall;
13class AsyncCallQueue;
14class AsyncJob;
15class CallDialer;
16class CodeContext;
19class Raw;
20class RegexPattern;
21class ScopedId;
22class Stopwatch;
23
24template<class Cbc> class CbcPointer;
25template<class RefCountableKid> class RefCount;
26template<class Job> class JobWait;
27template<class Answer> class AsyncCallback;
28
33
34#endif /* SQUID_SRC_BASE_FORWARD_H */
35
RefCount< CodeContext > CodeContextPointer
Definition forward.h:30
CbcPointer< AsyncJob > AsyncJobPointer
Definition forward.h:29
a smart AsyncCall pointer for delivery of future results
CodeContext with constant details known at construction time.
Definition Raw.h:21