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/* DEBUG: section 16 Cache Manager API */
10
11#ifndef SQUID_MGR_FORWARD_H
12#define SQUID_MGR_FORWARD_H
13
14#include "base/RefCount.h"
15
17namespace Mgr
18{
19
20class Action;
21class ActionCreator;
22class ActionPasswordList;
23class ActionProfile;
24class ActionWriter;
25class Command;
26class Request;
27class Response;
28class QueryParam;
29class QueryParams;
30
35
37
38} // namespace Mgr
39
40class StoreEntry;
44typedef void OBJH(StoreEntry *);
45
46#endif /* SQUID_MGR_FORWARD_H */
47
void OBJH(StoreEntry *)
Definition: forward.h:44
Command
what kind of I/O the disker needs to do or have done
Definition: IpcIoFile.h:33
Cache Manager API.
Definition: Action.h:20
RefCount< ActionProfile > ActionProfilePointer
Definition: forward.h:32
RefCount< Command > CommandPointer
Definition: forward.h:34
RefCount< Action > ActionPointer
Definition: forward.h:31
RefCount< ActionCreator > ActionCreatorPointer
Definition: forward.h:33
ActionPointer() ClassActionCreationHandler(const CommandPointer &cmd)
Definition: forward.h:36

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors