Stores a value for the note.
More...
#include <Notes.h>
|
| ACLList * | aclList |
| | The access list used to determine if this value is valid for a request.
|
| |
Definition at line 44 of file Notes.h.
◆ Pointer
◆ Method
| Enumerator |
|---|
| mhReplace | |
| mhAppend | |
Definition at line 50 of file Notes.h.
◆ Value() [1/2]
| Note::Value::Value |
( |
const char * |
aVal, |
|
|
const bool |
quoted, |
|
|
const char * |
descr, |
|
|
const Method |
method = mhReplace |
|
) |
| |
◆ ~Value()
◆ Value() [2/2]
| Note::Value::Value |
( |
const Value & |
| ) |
|
|
delete |
◆ format()
◆ method()
| Method Note::Value::method |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ value()
| const SBuf & Note::Value::value |
( |
| ) |
const |
|
inline |
◆ Note
◆ aclList
◆ theFormattedValue
| SBuf Note::Value::theFormattedValue |
|
private |
◆ theMethod
Specifies how theValue will be applied to the existing annotation with the same key: it either replaces the existing value or is appended to the list of existing values.
Definition at line 74 of file Notes.h.
Referenced by method().
◆ theValue
| SBuf Note::Value::theValue |
|
private |
Configured annotation value, possibly with macros.
Definition at line 68 of file Notes.h.
Referenced by Value(), and value().
◆ valueFormat
The documentation for this class was generated from the following files: