|
| MOCK_METHOD (std::unique_ptr< tenduke::json::JSONElement >, from,(const char *a, std::size_t b),(const, override)) |
|
| MOCK_METHOD (std::unique_ptr< tenduke::json::JSONElement >, from,(const std::string &a),(const, override)) |
|
virtual std::unique_ptr< JSONElement > | from (const char *jsonAsString, std::size_t length) const =0 |
| Parses JSON from given string.
|
|
virtual std::unique_ptr< JSONElement > | from (const std::string &string) const =0 |
| Parses JSON from given string.
|
|
The documentation for this class was generated from the following file: