Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::web::JsonPatchRemoveOp Class Reference

Detailed Description

Remove the value at the specifed path.

Inheritance diagram for ola::web::JsonPatchRemoveOp:
ola::web::JsonPatchOp

Public Member Functions

 JsonPatchRemoveOp (const JsonPointer &path)
 Add the JsonValue to the specified path.
bool Apply (JsonValue **value) const
 Apply the patch operation to the value.

Constructor & Destructor Documentation

ola::web::JsonPatchRemoveOp::JsonPatchRemoveOp ( const JsonPointer path)
inlineexplicit

Add the JsonValue to the specified path.

Parameters
pathThe path to remove.

Member Function Documentation

bool ola::web::JsonPatchRemoveOp::Apply ( JsonValue **  value) const
virtual

Apply the patch operation to the value.

Parameters
valueA pointer to a JsonValue object. This may be modified, replaced or deleted entirely by the patch operation.
Returns
True if the patch was sucessfully applied, false otherwise.

Implements ola::web::JsonPatchOp.


The documentation for this class was generated from the following files: