ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::JsonReader Member List

This is the complete list of members for ppforest2::JsonReader, including all inherited members.

at(std::string const &key) constppforest2::JsonReader
contains(std::string const &key) constppforest2::JsonReader
expect_array(std::string const &key) constppforest2::JsonReaderinline
expect_enum(std::string const &key, std::initializer_list< char const * > allowed) constppforest2::JsonReaderinline
expect_int(std::string const &key, long long min=std::numeric_limits< long long >::min(), long long max=std::numeric_limits< long long >::max()) constppforest2::JsonReaderinline
expect_number(std::string const &key, double min=-std::numeric_limits< double >::infinity(), double max=std::numeric_limits< double >::infinity()) constppforest2::JsonReaderinline
forbid_key(std::string const &key, std::string const &reason) constppforest2::JsonReader
json() constppforest2::JsonReaderinline
JsonReader(nlohmann::json const &j, std::string path)ppforest2::JsonReader
only_keys(std::initializer_list< char const * > allowed) constppforest2::JsonReader
optional(std::string const &key, T fallback) constppforest2::JsonReader
path() constppforest2::JsonReaderinline
require(std::string const &key) constppforest2::JsonReader
require_array(std::string const &key) constppforest2::JsonReader
require_enum(std::string const &key, std::initializer_list< char const * > allowed) constppforest2::JsonReader
require_int(std::string const &key, long long min=std::numeric_limits< long long >::min(), long long max=std::numeric_limits< long long >::max()) constppforest2::JsonReader
require_keys(std::initializer_list< char const * > keys) constppforest2::JsonReader
require_number(std::string const &key, double min=-std::numeric_limits< double >::infinity(), double max=std::numeric_limits< double >::infinity()) constppforest2::JsonReader
require_object() constppforest2::JsonReader
require_string_array(std::string const &key, bool non_empty=false) constppforest2::JsonReader