AnnotationData.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_ACLANNOTATIONDATA_H
10#define SQUID_ACLANNOTATIONDATA_H
11
12#include "AccessLogEntry.h"
13#include "acl/Data.h"
14#include "Notes.h"
15
17class ACLAnnotationData : public ACLData<NotePairs::Entry *>
18{
20
21public:
23
24 /* ACLData<M> API */
25 bool match(NotePairs::Entry *) override { return true; }
26 SBufList dump() const override;
27 void parse() override;
28 bool empty() const override { return notes->empty(); }
29
31 void annotate(NotePairs::Pointer pairs, const CharacterSet *delimiters, const AccessLogEntry::Pointer &al);
32
33private:
35};
36
37#endif /* SQUID_ACLANNOTATIONDATA_H */
38
SBufList dump() const override
void parse() override
bool empty() const override
void annotate(NotePairs::Pointer pairs, const CharacterSet *delimiters, const AccessLogEntry::Pointer &al)
Stores annotations into pairs.
MEMPROXY_CLASS(ACLAnnotationData)
bool match(NotePairs::Entry *) override
Notes::Pointer notes
Configured ACL parameter(s) (e.g., domain names in dstdomain ACL).
Definition: Data.h:18
optimized set of C chars, with quick membership test and merge support
Definition: CharacterSet.h:18
Used to store a note key/value pair.
Definition: Notes.h:179
bool empty() const
Definition: Notes.h:139
std::list< SBuf > SBufList
Definition: forward.h:23

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors