cesium-native  0.41.0
CesiumJsonReader::ArrayJsonHandler< double, DoubleJsonHandler > Class Reference
Inheritance diagram for CesiumJsonReader::ArrayJsonHandler< double, DoubleJsonHandler >:
CesiumJsonReader::JsonHandler CesiumJsonReader::IJsonHandler

Public Types

using ValueType = std::vector< double >
 

Public Member Functions

void reset (IJsonHandler *pParent, std::vector< double > *pArray)
 
virtual IJsonHandlerreadNull () override
 
virtual IJsonHandlerreadBool (bool b) override
 
virtual IJsonHandlerreadInt32 (int32_t i) override
 
virtual IJsonHandlerreadUint32 (uint32_t i) override
 
virtual IJsonHandlerreadInt64 (int64_t i) override
 
virtual IJsonHandlerreadUint64 (uint64_t i) override
 
virtual IJsonHandlerreadDouble (double d) override
 
virtual IJsonHandlerreadString (const std::string_view &str) override
 
virtual IJsonHandlerreadObjectStart () override
 
virtual IJsonHandlerreadArrayStart () override
 
virtual IJsonHandlerreadArrayEnd () override
 
virtual void reportWarning (const std::string &warning, std::vector< std::string > &&context=std::vector< std::string >()) override
 
- Public Member Functions inherited from CesiumJsonReader::JsonHandler
virtual IJsonHandlerreadObjectKey (const std::string_view &str) override
 
virtual IJsonHandlerreadObjectEnd () override
 

Additional Inherited Members

- Protected Member Functions inherited from CesiumJsonReader::JsonHandler
void reset (IJsonHandler *pParent)
 
IJsonHandlerparent ()
 
IJsonHandlerignoreAndReturnToParent ()
 Ignore a single value and then return to the parent handler.
 
IJsonHandlerignoreAndContinue ()
 Ignore a single value and the continue processing more tokens with this handler.
 

Detailed Description

Definition at line 131 of file ArrayJsonHandler.h.


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