IJsonHandler for reading double values.
More...
#include <CesiumJsonReader/DoubleJsonHandler.h>
IJsonHandler for reading double values.
Definition at line 10 of file DoubleJsonHandler.h.
◆ readDouble()
virtual IJsonHandler * CesiumJsonReader::DoubleJsonHandler::readDouble |
( |
double | d | ) |
|
|
overridevirtual |
Called when the JSON parser encounters a double value.
- Parameters
-
- Returns
- A IJsonHandler that will handle the next
read...
call. This can be the same handler as the current one.
Reimplemented from CesiumJsonReader::JsonHandler.
◆ readInt32()
virtual IJsonHandler * CesiumJsonReader::DoubleJsonHandler::readInt32 |
( |
int32_t | i | ) |
|
|
overridevirtual |
Called when the JSON parser encounters an int32 value.
- Parameters
-
- Returns
- A IJsonHandler that will handle the next
read...
call. This can be the same handler as the current one.
Reimplemented from CesiumJsonReader::JsonHandler.
◆ readInt64()
virtual IJsonHandler * CesiumJsonReader::DoubleJsonHandler::readInt64 |
( |
int64_t | i | ) |
|
|
overridevirtual |
Called when the JSON parser encounters an int64 value.
- Parameters
-
- Returns
- A IJsonHandler that will handle the next
read...
call. This can be the same handler as the current one.
Reimplemented from CesiumJsonReader::JsonHandler.
◆ readUint32()
virtual IJsonHandler * CesiumJsonReader::DoubleJsonHandler::readUint32 |
( |
uint32_t | i | ) |
|
|
overridevirtual |
Called when the JSON parser encounters a uint32 value.
- Parameters
-
- Returns
- A IJsonHandler that will handle the next
read...
call. This can be the same handler as the current one.
Reimplemented from CesiumJsonReader::JsonHandler.
◆ readUint64()
virtual IJsonHandler * CesiumJsonReader::DoubleJsonHandler::readUint64 |
( |
uint64_t | i | ) |
|
|
overridevirtual |
Called when the JSON parser encounters a uint64 value.
- Parameters
-
- Returns
- A IJsonHandler that will handle the next
read...
call. This can be the same handler as the current one.
Reimplemented from CesiumJsonReader::JsonHandler.
The documentation for this class was generated from the following file:
- /home/runner/work/cesium-native/cesium-native/CesiumJsonReader/include/CesiumJsonReader/DoubleJsonHandler.h