Function tree
Summary
#include <src/c4/yml/node.hpp>
(1) Tree * tree()
(2) Tree const * tree() const
Function overload
Synopsis
#include <src/c4/yml/node.hpp>
Tree * tree()
Description
No description yet.
Mentioned in
- Getting Started / Quick start
Source
Lines 88-88 in src/c4/yml/node.hpp.
inline Tree * tree() { return m_tree; }
Synopsis
#include <src/c4/yml/node.hpp>
Tree const * tree() const
Description
No description yet.
Mentioned in
- Getting Started / Quick start
Source
Lines 89-89 in src/c4/yml/node.hpp.
inline Tree const* tree() const { return m_tree; }