Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::web::JsonObjectPropertyVisitor Class Referenceabstract

Detailed Description

A class used to visit Json values within a JsonObject.

Inheritance diagram for ola::web::JsonObjectPropertyVisitor:
ola::web::JsonWriter ola::web::ObjectValidator

Public Member Functions

virtual void VisitProperty (const std::string &property, const JsonValue &value)=0
 Visit the value at the given property.
 

Member Function Documentation

◆ VisitProperty()

virtual void ola::web::JsonObjectPropertyVisitor::VisitProperty ( const std::string & property,
const JsonValue & value )
pure virtual

Visit the value at the given property.

Implemented in ola::web::ObjectValidator.


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