Represents the change of a property value.
More...
#include <property_change.h>
Represents the change of a property value.
◆ ~PropertyChange()
| sen::db::PropertyChange::~PropertyChange |
( |
| ) |
|
|
default |
◆ getObjectId()
| ObjectId sen::db::PropertyChange::getObjectId |
( |
| ) |
const |
|
nodiscardnoexcept |
The ID of the object that holds the property.
◆ getProperty()
| const Property * sen::db::PropertyChange::getProperty |
( |
| ) |
const |
|
nodiscardnoexcept |
The meta information of the property.
◆ getValueAsBuffer()
| Span< const uint8_t > sen::db::PropertyChange::getValueAsBuffer |
( |
| ) |
const |
|
nodiscardnoexcept |
The property value as a serialized buffer.
◆ getValueAsVariant()
| const Var & sen::db::PropertyChange::getValueAsVariant |
( |
| ) |
const |
|
nodiscard |
The property value as a variant.
◆ Input
The documentation for this class was generated from the following file: