SquidErrorData.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_SQUIDERRORDATA_H
10 #define SQUID_SRC_ACL_SQUIDERRORDATA_H
11 
12 #include "acl/Data.h"
13 #include "base/CbDataList.h"
14 #include "error/forward.h"
15 
17 class ACLSquidErrorData : public ACLData<err_type>
18 {
19 
20 public:
22 
23  ~ACLSquidErrorData() override {}
24  bool match(err_type err) override;
25  SBufList dump() const override;
26  void parse() override;
27  bool empty() const override;
28 
29 private:
31 };
32 
33 #endif /* SQUID_SRC_ACL_SQUIDERRORDATA_H */
34 
std::list< SBuf > SBufList
Definition: forward.h:22
Configured ACL parameter(s) (e.g., domain names in dstdomain ACL).
Definition: Data.h:17
err_type
Definition: forward.h:14
void parse() override
bool empty() const override
~ACLSquidErrorData() override
CbDataListContainer< err_type > errors
SBufList dump() const override
bool match(err_type err) override

 

Introduction

Documentation

Support

Miscellaneous