![]() |
Open Lighting Architecture 0.10.9
|
Copy a value from one location to another.
Public Member Functions | |
| JsonPatchCopyOp (const JsonPointer &from, const JsonPointer &to) | |
| Copy a value from one location to another. | |
| bool | Apply (JsonValue **value) const |
| Apply the patch operation to the value. | |
|
inline |
Copy a value from one location to another.
| from | The path to copy from. |
| to | The path to copy to. |
|
virtual |
Apply the patch operation to the value.
| value | A pointer to a JsonValue object. This may be modified, replaced or deleted entirely by the patch operation. |
Implements ola::web::JsonPatchOp.