Used to store a note key/value pair.
More...
#include <Notes.h>
Definition at line 178 of file Notes.h.
◆ Pointer
◆ Entry() [1/3]
NotePairs::Entry::Entry |
( |
const SBuf & |
aKey, |
|
|
const SBuf & |
aValue |
|
) |
| |
|
inline |
◆ Entry() [2/3]
NotePairs::Entry::Entry |
( |
const char * |
aKey, |
|
|
const char * |
aValue |
|
) |
| |
|
inline |
◆ Entry() [3/3]
NotePairs::Entry::Entry |
( |
const Entry & |
| ) |
|
|
delete |
◆ MEMPROXY_CLASS()
NotePairs::Entry::MEMPROXY_CLASS |
( |
Entry |
| ) |
|
|
private |
◆ name()
const SBuf & NotePairs::Entry::name |
( |
| ) |
const |
|
inline |
◆ operator=()
Entry & NotePairs::Entry::operator= |
( |
const Entry & |
| ) |
|
|
delete |
◆ value()
const SBuf & NotePairs::Entry::value |
( |
| ) |
const |
|
inline |
◆ theName
SBuf NotePairs::Entry::theName |
|
private |
◆ theValue
SBuf NotePairs::Entry::theValue |
|
private |
The documentation for this class was generated from the following file: