Apollo 10.0
自动驾驶开放平台
|
成员的完整列表,这些成员属于 apollo::common::util::JsonUtil,包括所有继承而来的类成员
GetBoolean(const nlohmann::json &json, const std::string &key, bool *value) | apollo::common::util::JsonUtil | static |
GetBooleanByPath(const nlohmann::json &json, const std::string &path, bool *value) | apollo::common::util::JsonUtil | static |
GetJsonByPath(const nlohmann::json &json, const std::vector< std::string > &paths, nlohmann::json *value) | apollo::common::util::JsonUtil | static |
GetNumber(const nlohmann::json &json, const std::string &key, T *value) | apollo::common::util::JsonUtil | inlinestatic |
GetNumberByPath(const nlohmann::json &json, const std::string &path, T *value) | apollo::common::util::JsonUtil | inlinestatic |
GetString(const nlohmann::json &json, const std::string &key, std::string *value) | apollo::common::util::JsonUtil | static |
GetStringByPath(const nlohmann::json &json, const std::string &path, std::string *value) | apollo::common::util::JsonUtil | static |
GetStringVector(const nlohmann::json &json, const std::string &key, std::vector< std::string > *value) | apollo::common::util::JsonUtil | static |
ProtoToJson(const google::protobuf::Message &proto) | apollo::common::util::JsonUtil | static |
ProtoToTypedJson(const std::string &json_type, const google::protobuf::Message &proto) | apollo::common::util::JsonUtil | static |