cesium-native
0.41.0
BoolJsonHandler.h
1
#pragma once
2
3
#include "JsonHandler.h"
4
#include "Library.h"
5
6
namespace
CesiumJsonReader
{
7
class
CESIUMJSONREADER_API
BoolJsonHandler
:
public
JsonHandler
{
8
public
:
9
BoolJsonHandler
() noexcept;
10
void
reset(
IJsonHandler
* pParent,
bool
* pBool);
11
12
virtual
IJsonHandler
* readBool(
bool
b)
override
;
13
14
private
:
15
bool
* _pBool =
nullptr
;
16
};
17
}
// namespace CesiumJsonReader
CesiumJsonReader::BoolJsonHandler
Definition:
BoolJsonHandler.h:7
CesiumJsonReader::IJsonHandler
Definition:
IJsonHandler.h:11
CesiumJsonReader::JsonHandler
Definition:
JsonHandler.h:11
CesiumJsonReader
Classes for reading JSON.
Definition:
ArrayJsonHandler.h:14
CesiumJsonReader
include
CesiumJsonReader
BoolJsonHandler.h
Generated by
1.9.1