edelib
2.0.0
|
An entry in EdbusDict. More...
#include <edelib/EdbusDict.h>
Public Member Functions | |
bool | operator== (const EdbusDictEntry &other) const |
bool | operator!= (const EdbusDictEntry &other) const |
Public Attributes | |
EdbusData | key |
EdbusData | value |
An entry in EdbusDict.
bool operator!= | ( | const EdbusDictEntry & | other | ) | const [inline] |
Check if two EdbusDictEntry objects are not equal
bool operator== | ( | const EdbusDictEntry & | other | ) | const [inline] |
Check if two EdbusDictEntry objects are equal
References EdbusDictEntry::key, and EdbusDictEntry::value.
key
Referenced by EdbusDictEntry::operator==().
value
Referenced by EdbusDictEntry::operator==().