#include <AnnotationData.h>
Public Member Functions | |
ACLAnnotationData () | |
bool | match (NotePairs::Entry *) override |
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. More... | |
virtual const Acl::Options & | lineOptions () |
supported ACL "line" options (e.g., "-i") More... | |
virtual void | prepareForUse () |
Private Member Functions | |
MEMPROXY_CLASS (ACLAnnotationData) | |
Private Attributes | |
Notes::Pointer | notes |
Detailed Description
Definition at line 17 of file AnnotationData.h.
Constructor & Destructor Documentation
◆ ACLAnnotationData()
ACLAnnotationData::ACLAnnotationData | ( | ) |
Definition at line 19 of file AnnotationData.cc.
Member Function Documentation
◆ annotate()
void ACLAnnotationData::annotate | ( | NotePairs::Pointer | pairs, |
const CharacterSet * | delimiters, | ||
const AccessLogEntry::Pointer & | al | ||
) |
Definition at line 43 of file AnnotationData.cc.
References notes, and Notes::updateNotePairs().
◆ dump()
|
overridevirtual |
Implements ACLData< NotePairs::Entry * >.
Definition at line 23 of file AnnotationData.cc.
References notes, and Notes::toString().
◆ empty()
|
inlineoverridevirtual |
Implements ACLData< NotePairs::Entry * >.
Definition at line 28 of file AnnotationData.h.
References Notes::empty(), and notes.
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
inlineoverridevirtual |
Implements ACLData< NotePairs::Entry * >.
Definition at line 25 of file AnnotationData.h.
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
overridevirtual |
Implements ACLData< NotePairs::Entry * >.
Definition at line 32 of file AnnotationData.cc.
References DBG_CRITICAL, debugs, notes, Notes::parseKvPair(), ConfigParser::PeekAtToken(), and self_destruct().
◆ prepareForUse()
|
inlinevirtualinherited |
Member Data Documentation
◆ notes
|
private |
Definition at line 34 of file AnnotationData.h.
Referenced by annotate(), dump(), empty(), and parse().
The documentation for this class was generated from the following files:
- src/acl/AnnotationData.h
- src/acl/AnnotationData.cc