Function type_str
Summary
#include <src/c4/yml/tree.hpp>
(1) const char * type_str() const
(2) static const char * type_str(NodeType_e t)
Function overload
Synopsis
#include <src/c4/yml/tree.hpp>
const char * type_str() const
Description
No description yet.
Source
Lines 221-221 in src/c4/yml/tree.hpp.
const char *type_str() const { return type_str(type); }
Synopsis
#include <src/c4/yml/tree.hpp>
static const char * type_str(NodeType_e t)
Description
No description yet.
Source
Line 222 in src/c4/yml/tree.hpp.