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_ACL_FORWARD_H
10 #define SQUID_SRC_ACL_FORWARD_H
11 
12 #include "base/RefCount.h"
13 
14 class ACLChecklist;
15 class ACLFilledChecklist;
16 
17 class AclDenyInfoList;
18 class AclSizeLimit;
19 
20 namespace Acl
21 {
22 
23 class Node;
24 class Address;
25 class AndNode;
26 class Answer;
27 class ChecklistFiller;
28 class InnerNode;
29 class NamedAcls;
30 class NotNode;
31 class OrNode;
32 class Tree;
33 
35 void Init(void);
36 
39 
40 } // namespace Acl
41 
42 typedef void ACLCB(Acl::Answer, void *);
43 
44 // TODO: Consider renaming all users and removing. Cons: hides the difference
45 // between ACLList tree without actions and acl_access Tree with actions.
48 
51 
52 #endif /* SQUID_SRC_ACL_FORWARD_H */
53 
void ACLCB(Acl::Answer, void *)
Definition: forward.h:42
representation of a class of Size-limit ACLs
Definition: AclSizeLimit.h:16
Definition: Acl.cc:33
RefCount< Acl::Tree > TreePointer
reconfiguration-safe storage of ACL rules
Definition: forward.h:38
RefCount< ExternalACLEntry > ExternalACLEntryPointer
Definition: forward.h:49
void Init(void)
prepares to parse ACLs configuration
Definition: AclRegs.cc:189
deny_info representation. Currently a POD.

 

Introduction

Documentation

Support

Miscellaneous