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_BASE_FORWARD_H
10#define SQUID_SRC_BASE_FORWARD_H
11
12class AsyncCall;
13class AsyncCallQueue;
14class AsyncJob;
15class CallDialer;
16class CodeContext;
18class Raw;
19class RegexPattern;
20class ScopedId;
21class Stopwatch;
22
23template<class Cbc> class CbcPointer;
24template<class RefCountableKid> class RefCount;
25template<class Job> class JobWait;
26template<class Answer> class AsyncCallback;
27
31
32#endif /* SQUID_SRC_BASE_FORWARD_H */
33
RefCount< CodeContext > CodeContextPointer
Definition: forward.h:29
CbcPointer< AsyncJob > AsyncJobPointer
Definition: forward.h:28
a smart AsyncCall pointer for delivery of future results
Definition: Raw.h:21

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors