#include <YamlHelper.hpp>
Static Public Member Functions | |
static bool | parseNodeToString (const YAML::Node &node, std::string &output) |
template<class _T > | |
static bool | parseNodeToValue (const YAML::Node &input, _T &value) |
static bool | parseStringToNode (const std::string &string, YAML::Node &node) |
template<class _T > | |
static bool | parseStringToValue (const std::string &input, _T &value) |
template<class _T > | |
static bool | parseValueToString (const _T &value, std::string &output) |
template<class _T > | |
static std::string | parseValueToString (const _T &value) |
Definition at line 23 of file YamlHelper.hpp.
bool TELEKYB_NAMESPACE::YamlHelper::parseNodeToString | ( | const YAML::Node & | node, |
std::string & | output | ||
) | [static] |
Definition at line 14 of file YamlHelper.cpp.
static bool TELEKYB_NAMESPACE::YamlHelper::parseNodeToValue | ( | const YAML::Node & | input, |
_T & | value | ||
) | [inline, static] |
Definition at line 31 of file YamlHelper.hpp.
bool TELEKYB_NAMESPACE::YamlHelper::parseStringToNode | ( | const std::string & | string, |
YAML::Node & | node | ||
) | [static] |
Definition at line 25 of file YamlHelper.cpp.
static bool TELEKYB_NAMESPACE::YamlHelper::parseStringToValue | ( | const std::string & | input, |
_T & | value | ||
) | [inline, static] |
Definition at line 49 of file YamlHelper.hpp.
static bool TELEKYB_NAMESPACE::YamlHelper::parseValueToString | ( | const _T & | value, |
std::string & | output | ||
) | [inline, static] |
Definition at line 56 of file YamlHelper.hpp.
static std::string TELEKYB_NAMESPACE::YamlHelper::parseValueToString | ( | const _T & | value | ) | [inline, static] |
Definition at line 63 of file YamlHelper.hpp.