|
cesium-native 0.52.0
|
The result of JsonReader::readJson.
More...
#include <CesiumJsonReader/JsonReader.h>
Public Attributes | |
| std::optional< T > | value |
The value read from the JSON, or std::nullopt on error. | |
| std::vector< std::string > | errors |
| Errors that occurred while reading. | |
| std::vector< std::string > | warnings |
| Warnings that occurred while reading. | |
The result of JsonReader::readJson.
Definition at line 23 of file JsonReader.h.
| std::vector<std::string> CesiumJsonReader::ReadJsonResult< T >::errors |
Errors that occurred while reading.
Definition at line 32 of file JsonReader.h.
| std::optional<T> CesiumJsonReader::ReadJsonResult< T >::value |
The value read from the JSON, or std::nullopt on error.
Definition at line 27 of file JsonReader.h.
| std::vector<std::string> CesiumJsonReader::ReadJsonResult< T >::warnings |
Warnings that occurred while reading.
Definition at line 37 of file JsonReader.h.