#include <NoteData.h>


Public Member Functions | |
ACLNoteData () | |
virtual | ~ACLNoteData () |
virtual bool | match (NotePairs::Entry *) |
virtual SBufList | dump () const |
virtual void | parse () |
virtual bool | empty () const |
virtual const Acl::Options & | lineOptions () |
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 (ACLNoteData) | |
Private Attributes | |
SBuf | name |
Note name to check. It is always set. More... | |
ACLStringData * | values |
if set, at least one value must match More... | |
Detailed Description
Definition at line 19 of file NoteData.h.
Constructor & Destructor Documentation
◆ ACLNoteData()
ACLNoteData::ACLNoteData | ( | ) |
Definition at line 19 of file NoteData.cc.
◆ ~ACLNoteData()
|
virtual |
Definition at line 22 of file NoteData.cc.
References values.
Member Function Documentation
◆ dump() [1/2]
|
virtual |
Definition at line 39 of file NoteData.cc.
References ACLStringData::dump(), name, and values.
◆ dump() [2/2]
|
pure virtualinherited |
◆ empty() [1/2]
|
virtual |
Definition at line 57 of file NoteData.cc.
References SBuf::isEmpty(), and name.
◆ empty() [2/2]
|
pure virtualinherited |
◆ lineOptions()
|
inlinevirtualinherited |
◆ match()
|
virtual |
Implements ACLData< NotePairs::Entry * >.
Definition at line 28 of file NoteData.cc.
References SBuf::cmp(), ACLStringData::empty(), ACLStringData::match(), name, NotePairs::Entry::name(), NotePairs::Entry::value(), and values.
◆ MEMPROXY_CLASS()
|
private |
◆ parse()
|
virtual |
Implements ACLData< NotePairs::Entry * >.
Definition at line 48 of file NoteData.cc.
References assert, name, NULL, ACLStringData::parse(), ConfigParser::strtokFile(), and values.
◆ prepareForUse()
|
inlinevirtualinherited |
Member Data Documentation
◆ name
|
private |
◆ values
|
private |
Definition at line 33 of file NoteData.h.
Referenced by ~ACLNoteData(), dump(), match(), and parse().
The documentation for this class was generated from the following files:
- src/acl/NoteData.h
- src/acl/NoteData.cc