:orphan: .. index:: pair: group; YAML processing .. _doxid-group__te__tools__te__yaml: YAML processing =============== .. toctree:: :hidden: Overview ~~~~~~~~ YAML processing Copyright (C) 2020-2022 OKTET Labs Ltd. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions static const char* :ref:`te_yaml_scalar_value`(const yaml_node_t* node); static bool :ref:`te_yaml_value_is_true`(const char* value); .. _details-group__te__tools__te__yaml: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ YAML processing Copyright (C) 2020-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; te_yaml_scalar_value .. _doxid-group__te__tools__te__yaml_1ga51262ccf2940ed98bcea46ba316680b4: .. ref-code-block:: cpp :class: doxyrest-title-code-block static const char* te_yaml_scalar_value(const yaml_node_t* node) Extract the value if it's a scalar node .. index:: pair: function; te_yaml_value_is_true .. _doxid-group__te__tools__te__yaml_1gae8c5812bb4033c3af0db28ca87dbaaff: .. ref-code-block:: cpp :class: doxyrest-title-code-block static bool te_yaml_value_is_true(const char* value) Check if a value is defined and is a possible YAML value for "true"