SharedObjectVisitor::AddProperty
SharedObjectVisitor::AddProperty
virtual void AddProperty(const String& name, const String& value, Value::ValueType type) = 0;
Description
AddProperty adds a named property to the locally stored shared object. It supports the following types: String, Number, Boolean, Undefined and Null.
Parameters
Parameters |
Description |
const String& name |
Name of the shared object. |
const String& value |
Value stored additionally in the object. |
Value::ValueType type |
Type of value based on Value::ValueType. |