#include <AnnotationData.h>

Inheritance diagram for ACLAnnotationData:
Collaboration diagram for ACLAnnotationData:

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::OptionslineOptions ()
 supported ACL "line" options (e.g., "-i") More...
 
virtual SBufList dump () const=0
 
virtual void prepareForUse ()
 
virtual bool empty () const=0
 

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 20 of file AnnotationData.cc.

Member Function Documentation

◆ annotate()

void ACLAnnotationData::annotate ( NotePairs::Pointer  pairs,
const CharacterSet delimiters,
const AccessLogEntry::Pointer al 
)

Definition at line 46 of file AnnotationData.cc.

References notes, and Notes::updateNotePairs().

◆ dump() [1/2]

SBufList ACLAnnotationData::dump ( ) const
override

◆ dump() [2/2]

virtual SBufList ACLData< NotePairs::Entry * >::dump
pure virtualinherited

◆ empty() [1/2]

bool ACLAnnotationData::empty ( ) const
inlineoverride

Definition at line 28 of file AnnotationData.h.

References Notes::empty(), and notes.

◆ empty() [2/2]

virtual bool ACLData< NotePairs::Entry * >::empty
pure virtualinherited

◆ lineOptions()

virtual const Acl::Options& ACLData< NotePairs::Entry * >::lineOptions
inlinevirtualinherited

Definition at line 26 of file Data.h.

◆ match()

bool ACLAnnotationData::match ( NotePairs::Entry )
inlineoverridevirtual

Implements ACLData< NotePairs::Entry * >.

Definition at line 25 of file AnnotationData.h.

◆ MEMPROXY_CLASS()

ACLAnnotationData::MEMPROXY_CLASS ( ACLAnnotationData  )
private

◆ parse()

void ACLAnnotationData::parse ( )
overridevirtual

◆ prepareForUse()

virtual void ACLData< NotePairs::Entry * >::prepareForUse
inlinevirtualinherited

Definition at line 31 of file Data.h.

Member Data Documentation

◆ notes

Notes::Pointer ACLAnnotationData::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:

 

Introduction

Documentation

Support

Miscellaneous