3#include <CesiumJsonReader/JsonHandler.h>
4#include <CesiumJsonReader/Library.h>
10class CESIUMJSONREADER_API BoolJsonHandler :
public JsonHandler {
12 BoolJsonHandler()
noexcept;
23 bool* _pBool =
nullptr;
void reset(IJsonHandler *pParent, bool *pBool)
Resets the parent IJsonHandler of this handler, and the pointer to its destination bool value.
virtual IJsonHandler * readBool(bool b) override
Called when the JSON parser encounters a boolean value.
Base interface for all JSON handlers. Types that need to be deserialized from JSON should implement I...
Classes for reading JSON.