Fixposition SDK 0.0.0-heads/main-0-g7b59b93
Collection of c++ libraries and apps for use with Fixposition products
Loading...
Searching...
No Matches
yaml.hpp File Reference

Fixposition SDK: YAML utilities. More...

#include <string>
#include <yaml-cpp/yaml.h>
Include dependency graph for yaml.hpp:

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.
 

Detailed Description

Fixposition SDK: YAML utilities.

* ___    ___
* \  \  /  /
*  \  \/  /   Copyright (c) Fixposition AG (www.fixposition.com) and contributors
*  /  /\  \   License: see the LICENSE file
* /__/  \__\
* 

Definition in file yaml.hpp.