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

 

Introduction

Documentation

Support

Miscellaneous