![]() |
Fixposition SDK 0.0.0-heads/main-0-gb93ddb4
Collection of c++ libraries and apps for use with Fixposition products on Linux
|
Fixposition SDK: YAML utilities. More...
#include <string>#include <yaml-cpp/yaml.h>Go to the source code of this file.
Namespaces | |
| namespace | fpsdk |
| Fixposition SDK. | |
| namespace | fpsdk::common |
| Fixposition SDK: Common library. | |
| namespace | fpsdk::common::yaml |
| YAML utilities. | |
Functions | |
| bool | fpsdk::common::yaml::StringToYaml (const std::string &yaml_str, YAML::Node &yaml_node) |
| Parse YAML string. | |
| std::string | fpsdk::common::yaml::YamlToString (const YAML::Node &yaml_node) |
| Stringify YAML node. | |
| std::vector< std::string > | fpsdk::common::yaml::GetKeysFromYaml (const YAML::Node &yaml_node, const std::string &key="") |
| Get keys in YAML. | |
Fixposition SDK: YAML utilities.
* ___ ___ * \ \ / / * \ \/ / Copyright (c) Fixposition AG (www.fixposition.com) and contributors * / /\ \ License: see the LICENSE file * /__/ \__\ *
Definition in file yaml.hpp.