Property.h
Go to the documentation of this file.
Manages a key/value pair stored in an object, or a simple array value.
Definition: Property.h:32
String getValue() const
PropertyConst()=default
PropertyConst(const Store &store, const PropertyInfo &info, const PropertyData *data, const PropertyData *defaultData)
Create a Property instance.
Definition: Property.h:41
String getJsonValue() const
Definition: Property.h:69
bool setJsonValue(const char *value, size_t valueLength)
Manages access to an object store, typically one file.
Definition: ConfigDB/src/include/ConfigDB/Store.h:43
const char * c_str() const
Get a constant (un-modifiable) pointer to String content.
Definition: WString.h:609
size_t length(void) const
Obtain the String length in characters, excluding NUL terminator.
Definition: WString.h:238
Definition: Array.h:26
Definition: PropertyData.h:44
1.9.1