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

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors