|
| JSONSax (EvalState &state, Value &v) |
|
bool | null () override |
|
bool | boolean (bool val) override |
|
bool | number_integer (number_integer_t val) override |
|
bool | number_unsigned (number_unsigned_t val_) override |
|
bool | number_float (number_float_t val, const string_t &s) override |
|
bool | string (string_t &val) override |
|
bool | start_object (std::size_t len) override |
|
bool | key (string_t &name) override |
|
bool | end_object () override |
|
bool | end_array () override |
|
bool | start_array (size_t len) override |
|
bool | parse_error (std::size_t, const std::string &, const nlohmann::detail::exception &ex) override |
|
The documentation for this class was generated from the following file:
- /home/buildozer/aports/community/nix/src/nix-2.28.3/src/libexpr/json-to-value.cc