rapidyaml 0.15.2
parse and emit YAML, and do it fast
Loading...
Searching...
No Matches
c4::yml::detail::RoNodeMethods< Impl, ConstImpl > Struct Template Reference

a CRTP base providing read-only methods for ConstNodeRef and NodeRef More...

#include <node.hpp>

Public Member Functions

node property getters
NodeType type () const RYML_NOEXCEPT
 Forward to Tree::type().
csubstr key () const RYML_NOEXCEPT
 Forward to Tree::key().
csubstr key_tag () const RYML_NOEXCEPT
 Forward to Tree::key_tag().
csubstr key_ref () const RYML_NOEXCEPT
 Forward to Tree::key_ref().
csubstr key_anchor () const RYML_NOEXCEPT
 Forward to Tree::key_anchor().
csubstr val () const RYML_NOEXCEPT
 Forward to Tree::val().
csubstr val_tag () const RYML_NOEXCEPT
 Forward to Tree::val_tag().
csubstr val_ref () const RYML_NOEXCEPT
 Forward to Tree::val_ref().
csubstr val_anchor () const RYML_NOEXCEPT
 Forward to Tree::val_anchor().
NodeScalar const & keysc () const RYML_NOEXCEPT
 Forward to Tree::keysc().
NodeScalar const & valsc () const RYML_NOEXCEPT
 Forward to Tree::valsc().
bool key_is_null () const RYML_NOEXCEPT
 Forward to Tree::key_is_null().
bool val_is_null () const RYML_NOEXCEPT
 Forward to Tree::val_is_null().
bool is_key_unfiltered () const noexcept
 Forward to Tree::is_key_unfiltered().
bool is_val_unfiltered () const noexcept
 Forward to Tree::is_val_unfiltered().
node type predicates
bool empty () const RYML_NOEXCEPT
 Forward to Tree::empty().
bool is_stream () const RYML_NOEXCEPT
 Forward to Tree::is_stream().
bool is_doc () const RYML_NOEXCEPT
 Forward to Tree::is_doc().
bool is_container () const RYML_NOEXCEPT
 Forward to Tree::is_container().
bool is_map () const RYML_NOEXCEPT
 Forward to Tree::is_map().
bool is_seq () const RYML_NOEXCEPT
 Forward to Tree::is_seq().
bool has_val () const RYML_NOEXCEPT
 Forward to Tree::has_val().
bool has_key () const RYML_NOEXCEPT
 Forward to Tree::has_key().
bool is_val () const RYML_NOEXCEPT
 Forward to Tree::is_val().
bool is_keyval () const RYML_NOEXCEPT
 Forward to Tree::is_keyval().
bool has_key_tag () const RYML_NOEXCEPT
 Forward to Tree::has_key_tag().
bool has_val_tag () const RYML_NOEXCEPT
 Forward to Tree::has_val_tag().
bool has_key_anchor () const RYML_NOEXCEPT
 Forward to Tree::has_key_anchor().
bool has_val_anchor () const RYML_NOEXCEPT
 Forward to Tree::has_val_anchor().
bool has_anchor () const RYML_NOEXCEPT
 Forward to Tree::has_anchor().
bool is_key_ref () const RYML_NOEXCEPT
 Forward to Tree::is_key_ref().
bool is_val_ref () const RYML_NOEXCEPT
 Forward to Tree::is_val_ref().
bool is_ref () const RYML_NOEXCEPT
 Forward to Tree::is_ref().
bool parent_is_seq () const RYML_NOEXCEPT
 Forward to Tree::parent_is_seq().
bool parent_is_map () const RYML_NOEXCEPT
 Forward to Tree::parent_is_map().
style predicates
bool type_has_any (type_bits bits) const RYML_NOEXCEPT
 Forward to Tree::type_has_any().
bool type_has_all (type_bits bits) const RYML_NOEXCEPT
 Forward to Tree::type_has_all().
bool type_has_none (type_bits bits) const RYML_NOEXCEPT
 Forward to Tree::type_has_none().
NodeType key_style () const RYML_NOEXCEPT
 Forward to Tree::key_style().
NodeType val_style () const RYML_NOEXCEPT
 Forward to Tree::val_style().
bool is_container_styled () const RYML_NOEXCEPT
 Forward to Tree::is_container_styled().
bool is_block () const RYML_NOEXCEPT
 Forward to Tree::is_block().
bool is_flow () const RYML_NOEXCEPT
 Forward to Tree::is_flow().
bool is_flow_sl () const RYML_NOEXCEPT
 Forward to Tree::is_flow_sl().
bool is_flow_ml () const RYML_NOEXCEPT
 Forward to Tree::is_flow_ml1().
bool is_flow_ml1 () const RYML_NOEXCEPT
 Forward to Tree::is_flow_ml1().
bool is_flow_mln () const RYML_NOEXCEPT
 Forward to Tree::is_flow_mln().
bool is_flow_mlx () const RYML_NOEXCEPT
 Forward to Tree::is_flow_mlx().
bool has_flow_space () const RYML_NOEXCEPT
 Forward to Tree::has_flow_space().
bool is_key_styled () const RYML_NOEXCEPT
 Forward to Tree::is_key_styled().
bool is_val_styled () const RYML_NOEXCEPT
 Forward to Tree::is_val_styled().
bool is_key_literal () const RYML_NOEXCEPT
 Forward to Tree::is_key_literal().
bool is_val_literal () const RYML_NOEXCEPT
 Forward to Tree::is_val_literal().
bool is_key_folded () const RYML_NOEXCEPT
 Forward to Tree::is_key_folded().
bool is_val_folded () const RYML_NOEXCEPT
 Forward to Tree::is_val_folded().
bool is_key_squo () const RYML_NOEXCEPT
 Forward to Tree::is_key_squo().
bool is_val_squo () const RYML_NOEXCEPT
 Forward to Tree::is_val_squo().
bool is_key_dquo () const RYML_NOEXCEPT
 Forward to Tree::is_key_dquo().
bool is_val_dquo () const RYML_NOEXCEPT
 Forward to Tree::is_val_dquo().
bool is_key_plain () const RYML_NOEXCEPT
 Forward to Tree::is_key_plain().
bool is_val_plain () const RYML_NOEXCEPT
 Forward to Tree::is_val_plain().
bool is_key_quoted () const RYML_NOEXCEPT
 Forward to Tree::is_key_quoted().
bool is_val_quoted () const RYML_NOEXCEPT
 Forward to Tree::is_val_quoted().
bool is_quoted () const RYML_NOEXCEPT
 Forward to Tree::is_quoted().
hierarchy predicates
bool is_root () const RYML_NOEXCEPT
 Forward to Tree::is_root().
bool has_parent () const RYML_NOEXCEPT
 Forward to Tree::has_parent() Node must be readable.
bool is_ancestor (ConstImpl const &ancestor) const RYML_NOEXCEPT
 Forward to Tree::is_ancestor() Node must be readable.
bool has_child (ConstImpl const &n) const RYML_NOEXCEPT
 Forward to Tree::has_child().
bool has_child (id_type node) const RYML_NOEXCEPT
 Forward to Tree::has_child().
bool has_child (csubstr name) const RYML_NOEXCEPT
 Forward to Tree::has_child().
bool has_children () const RYML_NOEXCEPT
 Forward to Tree::has_children().
bool has_sibling (ConstImpl const &n) const RYML_NOEXCEPT
 Forward to Tree::has_sibling().
bool has_sibling (id_type node) const RYML_NOEXCEPT
 Forward to Tree::has_sibling().
bool has_sibling (csubstr name) const RYML_NOEXCEPT
 Forward to Tree::has_sibling().
bool has_other_siblings () const RYML_NOEXCEPT
 Forward to Tree::has_other_siblings().
hierarchy getters
id_type num_children () const RYML_NOEXCEPT
 O(num_children).
id_type num_siblings () const RYML_NOEXCEPT
 O(num_children).
id_type num_other_siblings () const RYML_NOEXCEPT
 O(num_siblings).
id_type child_pos (ConstImpl const &n) const RYML_NOEXCEPT
 O(num_children).
id_type sibling_pos (ConstImpl const &n) const RYML_NOEXCEPT
 O(num_siblings).
id_type depth_asc () const RYML_NOEXCEPT
id_type depth_desc () const RYML_NOEXCEPT
 O(log(num_nodes)).
locations

O(num_nodes).

Forward to Tree::depth_desc(). Node must be readable.

Location location (Parser const &parser) const
deserialization: fully checked for lazy code

These methods raise an error if the deserialization failed or optionally if the node is not readable.

template<class T>
void load (T *v, bool check_readable=true) const
 (1) deserialize the node's contents (val or container) to the given variable, forwarding to the user-overrideable read() function, which can be for ConstNodeRef (see Read from ConstNodeRef) or for tree+id (see Read from Tree).
template<class Wrapper>
void load (Wrapper const &wrapper, bool check_readable=true) const
 (2) like (1), but for wrapper tag types such as c4::fmt::base64()
template<class T>
void load_key (T *k, bool check_readable=true) const
 (1) deserialize the node's key (necessarily a scalar) to the given variable, forwarding to the user-overrideable read_key() function, which can be for ConstNodeRef (see Read from ConstNodeRef) or for tree+id (see Read from Tree).
template<class Wrapper>
void load_key (Wrapper const &wrapper, bool check_readable=true) const
 (2) like (1), but for wrapper tag types such as c4::fmt::base64()
deserialization: asserts node readability, returns success status
template<class T>
ReadResult deserialize (T *v) const
 (1) deserialize the node's contents (val or container) to the given variable, forwarding to the user-overrideable read() function (see Read from ConstNodeRef).
template<class Wrapper>
ReadResult deserialize (Wrapper const &wrapper) const
 (2) like (1), but for wrapper tag types such as c4::fmt::base64()
template<class T>
ReadResult deserialize_key (T *v) const
 (1) deserialize the node's key (necessarily a scalar) to the given variable, forwarding to the user-overrideable read_key() function (see Read from ConstNodeRef).
template<class Wrapper>
ReadResult deserialize_key (Wrapper const &wrapper) const
 (2) like (1), but for wrapper tag types such as c4::fmt::base64()
lookup and deserialize
template<class T>
ReadResult deserialize_child (csubstr child_key, T *v) const
 (1) find a child by name and deserialize its contents to the given variable (ie call .deserialize() on the child if it exists).
template<class T>
ReadResult deserialize_child (csubstr child_key, T *v, T const &fallback) const
 (2) like (1), but assign from fallback if no such child exists.
template<class Wrapper>
ReadResult deserialize_child (csubstr child_key, Wrapper const &v) const
 (3) like (1), but for wrapper tag types such as c4::fmt::base64()
template<class T>
ReadResult deserialize_child (id_type child_pos, T *v) const
 (1) find a child by position and deserialize its contents to the given variable (ie call .deserialize() on the child if it exists).
template<class T>
ReadResult deserialize_child (id_type child_pos, T *v, T const &fallback) const
 (2) like (1), but assign from fallback if no such child exists
template<class Wrapper>
ReadResult deserialize_child (id_type child_pos, Wrapper const &wrapper) const
 (3) like (1), but for wrapper tag types such as c4::fmt::base64()
legacy operators
template<class T>
Impl const & operator>> (T &v) const
template<class T>
Impl const & operator>> (T const &wrapper) const
template<class T>
Impl const & operator>> (Key< T > const &v) const

Protected Member Functions

void check_val_ () const
void check_key_ () const
void assert_val_ () const noexcept
void assert_key_ () const noexcept

Static Protected Member Functions

static void err_basic_ (const char *msg)
static void err_visit_ (Tree const *tree, id_type id, const char *msg)

Detailed Description

template<class Impl, class ConstImpl>
struct c4::yml::detail::RoNodeMethods< Impl, ConstImpl >

a CRTP base providing read-only methods for ConstNodeRef and NodeRef

Definition at line 152 of file node.hpp.

Member Function Documentation

◆ type()

template<class Impl, class ConstImpl>
NodeType c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::type ( ) const
inline

Forward to Tree::type().

Node must be readable.

Definition at line 172 of file node.hpp.

Referenced by sample_style_flow_formatting().

◆ key()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::key ( ) const
inline

Forward to Tree::key().

Node must be readable.

Definition at line 174 of file node.hpp.

Referenced by sample_quick_overview().

◆ key_tag()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::key_tag ( ) const
inline

Forward to Tree::key_tag().

Node must be readable.

Definition at line 175 of file node.hpp.

◆ key_ref()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::key_ref ( ) const
inline

Forward to Tree::key_ref().

Node must be readable.

Definition at line 176 of file node.hpp.

◆ key_anchor()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::key_anchor ( ) const
inline

Forward to Tree::key_anchor().

Node must be readable.

Definition at line 177 of file node.hpp.

◆ val()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::val ( ) const
inline

Forward to Tree::val().

Node must be readable.

Definition at line 179 of file node.hpp.

Referenced by sample_base64(), sample_create_tree(), sample_fundamental_types(), sample_quick_overview(), and sample_tree_arena().

◆ val_tag()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::val_tag ( ) const
inline

Forward to Tree::val_tag().

Node must be readable.

Definition at line 180 of file node.hpp.

◆ val_ref()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::val_ref ( ) const
inline

Forward to Tree::val_ref().

Node must be readable.

Definition at line 181 of file node.hpp.

◆ val_anchor()

template<class Impl, class ConstImpl>
csubstr c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::val_anchor ( ) const
inline

Forward to Tree::val_anchor().

Node must be readable.

Definition at line 182 of file node.hpp.

◆ keysc()

template<class Impl, class ConstImpl>
NodeScalar const & c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::keysc ( ) const
inline

Forward to Tree::keysc().

Node must be readable.

Definition at line 184 of file node.hpp.

◆ valsc()

template<class Impl, class ConstImpl>
NodeScalar const & c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::valsc ( ) const
inline

Forward to Tree::valsc().

Node must be readable.

Definition at line 185 of file node.hpp.

◆ key_is_null()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::key_is_null ( ) const
inline

Forward to Tree::key_is_null().

Node must be readable.

Definition at line 187 of file node.hpp.

◆ val_is_null()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::val_is_null ( ) const
inline

Forward to Tree::val_is_null().

Node must be readable.

Definition at line 188 of file node.hpp.

◆ is_key_unfiltered()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_unfiltered ( ) const
inlinenoexcept

Forward to Tree::is_key_unfiltered().

Node must be readable.

Definition at line 190 of file node.hpp.

◆ is_val_unfiltered()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_unfiltered ( ) const
inlinenoexcept

Forward to Tree::is_val_unfiltered().

Node must be readable.

Definition at line 191 of file node.hpp.

◆ empty()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::empty ( ) const
inline

Forward to Tree::empty().

Node must be readable.

Definition at line 203 of file node.hpp.

◆ is_stream()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_stream ( ) const
inline

Forward to Tree::is_stream().

Node must be readable.

Definition at line 204 of file node.hpp.

Referenced by sample_docs(), and sample_tags().

◆ is_doc()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_doc ( ) const
inline

Forward to Tree::is_doc().

Node must be readable.

Definition at line 205 of file node.hpp.

Referenced by sample_docs().

◆ is_container()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_container ( ) const
inline

Forward to Tree::is_container().

Node must be readable.

Definition at line 206 of file node.hpp.

◆ is_map()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_map ( ) const
inline

Forward to Tree::is_map().

Node must be readable.

Definition at line 207 of file node.hpp.

Referenced by c4::yml::read(), read(), sample_parse_in_arena(), sample_parse_in_place(), sample_parse_reuse_tree(), and sample_quick_overview().

◆ is_seq()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_seq ( ) const
inline

Forward to Tree::is_seq().

Node must be readable.

Definition at line 208 of file node.hpp.

Referenced by c4::yml::read(), sample_parse_reuse_tree(), and sample_quick_overview().

◆ has_val()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_val ( ) const
inline

Forward to Tree::has_val().

Node must be readable.

Definition at line 209 of file node.hpp.

Referenced by sample_quick_overview().

◆ has_key()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_key ( ) const
inline

Forward to Tree::has_key().

Node must be readable.

Definition at line 210 of file node.hpp.

Referenced by sample_quick_overview().

◆ is_val()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val ( ) const
inline

Forward to Tree::is_val().

Node must be readable.

Definition at line 211 of file node.hpp.

Referenced by sample_quick_overview().

◆ is_keyval()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_keyval ( ) const
inline

Forward to Tree::is_keyval().

Node must be readable.

Definition at line 212 of file node.hpp.

◆ has_key_tag()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_key_tag ( ) const
inline

Forward to Tree::has_key_tag().

Node must be readable.

Definition at line 213 of file node.hpp.

◆ has_val_tag()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_val_tag ( ) const
inline

Forward to Tree::has_val_tag().

Node must be readable.

Definition at line 214 of file node.hpp.

◆ has_key_anchor()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_key_anchor ( ) const
inline

Forward to Tree::has_key_anchor().

Node must be readable.

Definition at line 215 of file node.hpp.

◆ has_val_anchor()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_val_anchor ( ) const
inline

Forward to Tree::has_val_anchor().

Node must be readable.

Definition at line 216 of file node.hpp.

◆ has_anchor()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_anchor ( ) const
inline

Forward to Tree::has_anchor().

Node must be readable.

Definition at line 217 of file node.hpp.

◆ is_key_ref()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_ref ( ) const
inline

Forward to Tree::is_key_ref().

Node must be readable.

Definition at line 218 of file node.hpp.

◆ is_val_ref()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_ref ( ) const
inline

Forward to Tree::is_val_ref().

Node must be readable.

Definition at line 219 of file node.hpp.

◆ is_ref()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_ref ( ) const
inline

Forward to Tree::is_ref().

Node must be readable.

Definition at line 220 of file node.hpp.

◆ parent_is_seq()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::parent_is_seq ( ) const
inline

Forward to Tree::parent_is_seq().

Node must be readable.

Definition at line 221 of file node.hpp.

◆ parent_is_map()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::parent_is_map ( ) const
inline

Forward to Tree::parent_is_map().

Node must be readable.

Definition at line 222 of file node.hpp.

◆ type_has_any()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::type_has_any ( type_bits bits) const
inline

Forward to Tree::type_has_any().

Node must be readable.

Definition at line 234 of file node.hpp.

◆ type_has_all()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::type_has_all ( type_bits bits) const
inline

Forward to Tree::type_has_all().

Node must be readable.

Definition at line 235 of file node.hpp.

◆ type_has_none()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::type_has_none ( type_bits bits) const
inline

Forward to Tree::type_has_none().

Node must be readable.

Definition at line 236 of file node.hpp.

◆ key_style()

template<class Impl, class ConstImpl>
NodeType c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::key_style ( ) const
inline

Forward to Tree::key_style().

Node must be readable.

Definition at line 238 of file node.hpp.

◆ val_style()

template<class Impl, class ConstImpl>
NodeType c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::val_style ( ) const
inline

Forward to Tree::val_style().

Node must be readable.

Definition at line 239 of file node.hpp.

◆ is_container_styled()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_container_styled ( ) const
inline

Forward to Tree::is_container_styled().

Node must be readable.

Definition at line 241 of file node.hpp.

◆ is_block()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_block ( ) const
inline

Forward to Tree::is_block().

Node must be readable.

Definition at line 242 of file node.hpp.

Referenced by sample_parse_style(), and sample_style().

◆ is_flow()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_flow ( ) const
inline

Forward to Tree::is_flow().

Node must be readable.

Definition at line 243 of file node.hpp.

◆ is_flow_sl()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_flow_sl ( ) const
inline

Forward to Tree::is_flow_sl().

Node must be readable.

Definition at line 244 of file node.hpp.

◆ is_flow_ml()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_flow_ml ( ) const
inline

Forward to Tree::is_flow_ml1().

Node must be readable.

Definition at line 246 of file node.hpp.

◆ is_flow_ml1()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_flow_ml1 ( ) const
inline

Forward to Tree::is_flow_ml1().

Node must be readable.

Definition at line 247 of file node.hpp.

◆ is_flow_mln()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_flow_mln ( ) const
inline

Forward to Tree::is_flow_mln().

Node must be readable.

Definition at line 248 of file node.hpp.

◆ is_flow_mlx()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_flow_mlx ( ) const
inline

Forward to Tree::is_flow_mlx().

Node must be readable.

Definition at line 249 of file node.hpp.

◆ has_flow_space()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_flow_space ( ) const
inline

Forward to Tree::has_flow_space().

Node must be readable.

Definition at line 250 of file node.hpp.

◆ is_key_styled()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_styled ( ) const
inline

Forward to Tree::is_key_styled().

Node must be readable.

Definition at line 252 of file node.hpp.

◆ is_val_styled()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_styled ( ) const
inline

Forward to Tree::is_val_styled().

Node must be readable.

Definition at line 253 of file node.hpp.

◆ is_key_literal()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_literal ( ) const
inline

Forward to Tree::is_key_literal().

Node must be readable.

Definition at line 254 of file node.hpp.

◆ is_val_literal()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_literal ( ) const
inline

Forward to Tree::is_val_literal().

Node must be readable.

Definition at line 255 of file node.hpp.

◆ is_key_folded()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_folded ( ) const
inline

Forward to Tree::is_key_folded().

Node must be readable.

Definition at line 256 of file node.hpp.

◆ is_val_folded()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_folded ( ) const
inline

Forward to Tree::is_val_folded().

Node must be readable.

Definition at line 257 of file node.hpp.

◆ is_key_squo()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_squo ( ) const
inline

Forward to Tree::is_key_squo().

Node must be readable.

Definition at line 258 of file node.hpp.

◆ is_val_squo()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_squo ( ) const
inline

Forward to Tree::is_val_squo().

Node must be readable.

Definition at line 259 of file node.hpp.

◆ is_key_dquo()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_dquo ( ) const
inline

Forward to Tree::is_key_dquo().

Node must be readable.

Definition at line 260 of file node.hpp.

◆ is_val_dquo()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_dquo ( ) const
inline

Forward to Tree::is_val_dquo().

Node must be readable.

Definition at line 261 of file node.hpp.

◆ is_key_plain()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_plain ( ) const
inline

Forward to Tree::is_key_plain().

Node must be readable.

Definition at line 262 of file node.hpp.

Referenced by sample_create_tree_style().

◆ is_val_plain()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_plain ( ) const
inline

Forward to Tree::is_val_plain().

Node must be readable.

Definition at line 263 of file node.hpp.

Referenced by sample_create_tree_style().

◆ is_key_quoted()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_key_quoted ( ) const
inline

Forward to Tree::is_key_quoted().

Node must be readable.

Definition at line 264 of file node.hpp.

◆ is_val_quoted()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_val_quoted ( ) const
inline

Forward to Tree::is_val_quoted().

Node must be readable.

Definition at line 265 of file node.hpp.

◆ is_quoted()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_quoted ( ) const
inline

Forward to Tree::is_quoted().

Node must be readable.

Definition at line 266 of file node.hpp.

◆ is_root()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_root ( ) const
inline

Forward to Tree::is_root().

Node must be readable.

Definition at line 278 of file node.hpp.

Referenced by sample_docs().

◆ has_parent()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_parent ( ) const
inline

Forward to Tree::has_parent() Node must be readable.

Definition at line 279 of file node.hpp.

◆ is_ancestor()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::is_ancestor ( ConstImpl const & ancestor) const
inline

Forward to Tree::is_ancestor() Node must be readable.

Definition at line 280 of file node.hpp.

◆ has_child() [1/3]

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_child ( ConstImpl const & n) const
inline

Forward to Tree::has_child().

Node must be readable.

Definition at line 282 of file node.hpp.

Referenced by sample_quick_overview().

◆ has_child() [2/3]

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_child ( id_type node) const
inline

Forward to Tree::has_child().

Node must be readable.

Definition at line 283 of file node.hpp.

◆ has_child() [3/3]

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_child ( csubstr name) const
inline

Forward to Tree::has_child().

Node must be readable.

Definition at line 284 of file node.hpp.

◆ has_children()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_children ( ) const
inline

Forward to Tree::has_children().

Node must be readable.

Definition at line 285 of file node.hpp.

◆ has_sibling() [1/3]

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_sibling ( ConstImpl const & n) const
inline

Forward to Tree::has_sibling().

Node must be readable.

Definition at line 287 of file node.hpp.

◆ has_sibling() [2/3]

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_sibling ( id_type node) const
inline

Forward to Tree::has_sibling().

Node must be readable.

Definition at line 288 of file node.hpp.

◆ has_sibling() [3/3]

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_sibling ( csubstr name) const
inline

Forward to Tree::has_sibling().

Node must be readable.

Definition at line 289 of file node.hpp.

◆ has_other_siblings()

template<class Impl, class ConstImpl>
bool c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::has_other_siblings ( ) const
inline

Forward to Tree::has_other_siblings().

Node must be readable.

Definition at line 290 of file node.hpp.

◆ num_children()

template<class Impl, class ConstImpl>
id_type c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::num_children ( ) const
inline

O(num_children).

Forward to Tree::num_children().

Definition at line 302 of file node.hpp.

Referenced by sample_docs(), sample_parse_reuse_tree(), sample_quick_overview(), and sample_tags().

◆ num_siblings()

template<class Impl, class ConstImpl>
id_type c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::num_siblings ( ) const
inline

O(num_children).

Forward to Tree::num_siblings().

Definition at line 303 of file node.hpp.

Referenced by sample_quick_overview().

◆ num_other_siblings()

template<class Impl, class ConstImpl>
id_type c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::num_other_siblings ( ) const
inline

O(num_siblings).

Forward to Tree::num_other_siblings().

Definition at line 304 of file node.hpp.

◆ child_pos()

template<class Impl, class ConstImpl>
id_type c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::child_pos ( ConstImpl const & n) const
inline

O(num_children).

Forward to Tree::child_pos().

Definition at line 305 of file node.hpp.

◆ sibling_pos()

template<class Impl, class ConstImpl>
id_type c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::sibling_pos ( ConstImpl const & n) const
inline

O(num_siblings).

Forward to Tree::sibling_pos().

Definition at line 306 of file node.hpp.

◆ depth_asc()

template<class Impl, class ConstImpl>
id_type c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::depth_asc ( ) const
inline

Definition at line 308 of file node.hpp.

308{ this_assert_readable_(); return tree_->depth_asc(id_); } /** O(log(num_nodes)). Forward to Tree::depth_asc(). Node must be readable. */
a CRTP base providing read-only methods for ConstNodeRef and NodeRef
Definition node.hpp:153
id_type depth_asc() const RYML_NOEXCEPT
Definition node.hpp:308

◆ depth_desc()

template<class Impl, class ConstImpl>
id_type c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::depth_desc ( ) const
inline

O(log(num_nodes)).

Forward to Tree::depth_asc(). Node must be readable.

Definition at line 309 of file node.hpp.

309{ this_assert_readable_(); return tree_->depth_desc(id_); } /** O(num_nodes). Forward to Tree::depth_desc(). Node must be readable. */
id_type depth_desc() const RYML_NOEXCEPT
O(log(num_nodes)).
Definition node.hpp:309

◆ location()

template<class Impl, class ConstImpl>
Location c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::location ( Parser const & parser) const
inline

Definition at line 318 of file node.hpp.

319 {
321 return tree_->location(parser, id_);
322 }
Location location(Parser const &parser) const
Definition node.hpp:318

Referenced by sample_location_tracking(), and sample_quick_overview().

◆ load() [1/2]

template<class Impl, class ConstImpl>
template<class T>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::load ( T * v,
bool check_readable = true ) const
inline

(1) deserialize the node's contents (val or container) to the given variable, forwarding to the user-overrideable read() function, which can be for ConstNodeRef (see Read from ConstNodeRef) or for tree+id (see Read from Tree).

This method differs from ConstNodeRef::deserialize() in that here the error callback is called if the deserialization failed, or (optionally) the node is not readable.

Definition at line 345 of file node.hpp.

346 {
348 check_val_();
349 else
350 assert_val_(); // assert otherwise
351 // we can call read() directly because we checked everything
352 // (or the caller told us so)
353 // use the adapter ctor to accomodate legacy read() implementations
354 const ReadResult result(read((ConstImpl const&)*this, v), id_);
356 err_visit_(tree_, result.node, "could not deserialize node");
357 }
ReadResult read(ConstNodeRef const &n, T *v)
Definition node.hpp:2074
void assert_val_() const noexcept
Definition node.hpp:624
static void err_visit_(Tree const *tree, id_type id, const char *msg)
Definition node.hpp:615

Referenced by sample_base64(), sample_deserialize_error(), sample_float_precision(), sample_fundamental_types(), sample_lightning_overview(), sample_parse_in_arena(), sample_parse_in_place(), sample_quick_overview(), sample_std_types(), and sample_user_container_types().

◆ load() [2/2]

template<class Impl, class ConstImpl>
template<class Wrapper>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::load ( Wrapper const & wrapper,
bool check_readable = true ) const
inline

(2) like (1), but for wrapper tag types such as c4::fmt::base64()

Definition at line 361 of file node.hpp.

362 {
365 check_val_();
366 else
367 assert_val_(); // assert otherwise
368 // we can call read() directly because we checked everything
369 // (or the caller told us so)
370 // use the adapter ctor to accomodate legacy read() implementations
371 const ReadResult result(read((ConstImpl const&)*this, wrapper), id_);
373 err_visit_(tree_, result.node, "could not deserialize node");
374 }

◆ load_key() [1/2]

template<class Impl, class ConstImpl>
template<class T>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::load_key ( T * k,
bool check_readable = true ) const
inline

(1) deserialize the node's key (necessarily a scalar) to the given variable, forwarding to the user-overrideable read_key() function, which can be for ConstNodeRef (see Read from ConstNodeRef) or for tree+id (see Read from Tree).

This method differs from ConstNodeRef::deserialize_key() in that here the error callback is called if the deserialization failed, or (optionally) the node is not readable.

Definition at line 385 of file node.hpp.

386 {
388 check_key_();
389 else
390 assert_key_(); // assert otherwise
391 // we can call read_key() directly because we checked
392 // everything (or the caller told us so)
393 // use the adapter ctor to accomodate legacy read_key() implementations
394 const ReadResult result(read_key((ConstImpl const&)*this, k), id_);
396 err_visit_(tree_, result.node, "could not deserialize key");
397 }
ReadResult read_key(ConstNodeRef const &n, T *v)
Definition node.hpp:2088
void assert_key_() const noexcept
Definition node.hpp:625

Referenced by sample_quick_overview().

◆ load_key() [2/2]

template<class Impl, class ConstImpl>
template<class Wrapper>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::load_key ( Wrapper const & wrapper,
bool check_readable = true ) const
inline

(2) like (1), but for wrapper tag types such as c4::fmt::base64()

Definition at line 401 of file node.hpp.

402 {
405 check_key_();
406 else
407 assert_key_(); // assert otherwise
408 // we can call read_key() directly because we checked
409 // everything (or the caller told us so)
410 // use the adapter ctor to accomodate legacy read_key() implementations
411 const ReadResult result(read_key((ConstImpl const&)*this, wrapper), id_);
413 err_visit_(tree_, result.node, "could not deserialize key");
414 }

◆ deserialize() [1/2]

template<class Impl, class ConstImpl>
template<class T>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize ( T * v) const
inline

(1) deserialize the node's contents (val or container) to the given variable, forwarding to the user-overrideable read() function (see Read from ConstNodeRef).

Returns
a ReadResult with the deserialization status.

Definition at line 428 of file node.hpp.

429 {
430 assert_val_();
431 // use the adapter ctor to accomodate legacy read() implementations
432 return ReadResult(read((ConstImpl const&)*this, v), id_);
433 }

Referenced by sample_deserialize_error().

◆ deserialize() [2/2]

template<class Impl, class ConstImpl>
template<class Wrapper>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize ( Wrapper const & wrapper) const
inline

(2) like (1), but for wrapper tag types such as c4::fmt::base64()

Definition at line 437 of file node.hpp.

438 {
440 assert_val_();
441 // use the adapter ctor to accomodate legacy read() implementations
442 return ReadResult(read((ConstImpl const&)*this, wrapper), id_);
443 }

◆ deserialize_key() [1/2]

template<class Impl, class ConstImpl>
template<class T>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_key ( T * v) const
inline

(1) deserialize the node's key (necessarily a scalar) to the given variable, forwarding to the user-overrideable read_key() function (see Read from ConstNodeRef).

Returns
a ReadResult with the deserialization status.

Definition at line 451 of file node.hpp.

452 {
453 assert_key_();
454 // use the adapter ctor to accomodate legacy read_key() implementations
455 return ReadResult(read_key((ConstImpl const&)*this, v), id_);
456 }

◆ deserialize_key() [2/2]

template<class Impl, class ConstImpl>
template<class Wrapper>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_key ( Wrapper const & wrapper) const
inline

(2) like (1), but for wrapper tag types such as c4::fmt::base64()

Definition at line 460 of file node.hpp.

461 {
463 assert_key_();
464 // use the adapter ctor to accomodate legacy read_key() implementations
465 return ReadResult(read_key((ConstImpl const&)*this, wrapper), id_);
466 }

◆ deserialize_child() [1/6]

template<class Impl, class ConstImpl>
template<class T>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_child ( csubstr child_key,
T * v ) const
inline

(1) find a child by name and deserialize its contents to the given variable (ie call .deserialize() on the child if it exists).

Otherwise, the variable is kept unchanged.

Returns
a ReadResult set with this node's id if no child exists, or the ReadResult from the deserialization.
See also
see also ConstNodeRef::find_child_r()

Definition at line 485 of file node.hpp.

486 {
489 ReadResult r = this_->find_child_r(child_key, &ch);
490 if(r)
491 r = ch.deserialize(v);
492 return r;
493 }
ReadResult deserialize(T *v) const
(1) deserialize the node's contents (val or container) to the given variable, forwarding to the user-...
Definition node.hpp:428

Referenced by read().

◆ deserialize_child() [2/6]

template<class Impl, class ConstImpl>
template<class T>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_child ( csubstr child_key,
T * v,
T const & fallback ) const
inline

(2) like (1), but assign from fallback if no such child exists.

Definition at line 496 of file node.hpp.

497 {
500 if(this_->find_child_r(child_key, &ch))
501 return ch.deserialize(v);
502 *v = fallback;
503 return ReadResult();
504 }

◆ deserialize_child() [3/6]

template<class Impl, class ConstImpl>
template<class Wrapper>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_child ( csubstr child_key,
Wrapper const & v ) const
inline

(3) like (1), but for wrapper tag types such as c4::fmt::base64()

Definition at line 507 of file node.hpp.

508 {
511 ReadResult r = this_->find_child_r(child_key, &ch);
512 if(r)
513 r = ch.deserialize(v);
514 return r;
515 }

◆ deserialize_child() [4/6]

template<class Impl, class ConstImpl>
template<class T>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_child ( id_type child_pos,
T * v ) const
inline

(1) find a child by position and deserialize its contents to the given variable (ie call .deserialize() on the child if it exists).

Otherwise, the variable is kept unchanged.

Returns
a ReadResult set with this node's id if no child exists, or the ReadResult from the deserialization.
See also
see also ConstNodeRef::child_r()

Definition at line 526 of file node.hpp.

527 {
530 ReadResult r = this_->child_r(child_pos, &ch);
531 if(r)
532 r = ch.deserialize(v);
533 return r;
534 }
id_type child_pos(ConstImpl const &n) const RYML_NOEXCEPT
O(num_children).
Definition node.hpp:305

◆ deserialize_child() [5/6]

template<class Impl, class ConstImpl>
template<class T>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_child ( id_type child_pos,
T * v,
T const & fallback ) const
inline

(2) like (1), but assign from fallback if no such child exists

Definition at line 537 of file node.hpp.

538 {
541 if(this_->child_r(child_pos, &ch))
542 return ch.deserialize(v);
543 *v = fallback;
544 return ReadResult();
545 }

◆ deserialize_child() [6/6]

template<class Impl, class ConstImpl>
template<class Wrapper>
ReadResult c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::deserialize_child ( id_type child_pos,
Wrapper const & wrapper ) const
inline

(3) like (1), but for wrapper tag types such as c4::fmt::base64()

Definition at line 549 of file node.hpp.

550 {
553 ReadResult r = this_->child_r(child_pos, &ch);
554 if(r)
556 return r;
557 }

◆ operator>>() [1/3]

template<class Impl, class ConstImpl>
template<class T>
Impl const & c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::operator>> ( T & v) const
inline

Definition at line 573 of file node.hpp.

573{ load(&v); return (Impl const&)*this; }
void load(T *v, bool check_readable=true) const
(1) deserialize the node's contents (val or container) to the given variable, forwarding to the user-...
Definition node.hpp:345

◆ operator>>() [2/3]

template<class Impl, class ConstImpl>
template<class T>
Impl const & c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::operator>> ( T const & wrapper) const
inline

Definition at line 577 of file node.hpp.

577{ load(wrapper); return (Impl const&)*this; }

◆ operator>>() [3/3]

template<class Impl, class ConstImpl>
template<class T>
Impl const & c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::operator>> ( Key< T > const & v) const
inline

Definition at line 581 of file node.hpp.

581{ load_key(&v.k); return (Impl const&)*this; }
void load_key(T *k, bool check_readable=true) const
(1) deserialize the node's key (necessarily a scalar) to the given variable, forwarding to the user-o...
Definition node.hpp:385

◆ check_val_()

template<class Impl, class ConstImpl>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::check_val_ ( ) const
inlineprotected

Definition at line 589 of file node.hpp.

590 {
591 if C4_UNLIKELY(!tree_)
592 err_basic_("node not readable");
593 else if C4_UNLIKELY(!(((Impl const* C4_RESTRICT)this)->readable()))
594 err_visit_(tree_, id_, "node not readable");
596 err_visit_(tree_, id_, "node has no contents");
597 }
NodeType type() const RYML_NOEXCEPT
Forward to Tree::type().
Definition node.hpp:172
static void err_basic_(const char *msg)
Definition node.hpp:609

◆ check_key_()

template<class Impl, class ConstImpl>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::check_key_ ( ) const
inlineprotected

Definition at line 598 of file node.hpp.

599 {
600 if C4_UNLIKELY(!tree_)
601 err_basic_("node not readable");
602 else if C4_UNLIKELY(!(((Impl const* C4_RESTRICT)this)->readable()))
603 err_visit_(tree_, id_, "node not readable");
605 err_visit_(tree_, id_, "node has no key");
606 }

◆ err_basic_()

template<class Impl, class ConstImpl>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::err_basic_ ( const char * msg)
inlinestaticprotected

Definition at line 609 of file node.hpp.

610 {
612 }

◆ err_visit_()

template<class Impl, class ConstImpl>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::err_visit_ ( Tree const * tree,
id_type id,
const char * msg )
inlinestaticprotected

Definition at line 615 of file node.hpp.

616 {
617 RYML_ERR_VISIT_CB_(tree->m_callbacks, tree, id, msg);
618 }

◆ assert_val_()

template<class Impl, class ConstImpl>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::assert_val_ ( ) const
inlineprotectednoexcept

Definition at line 624 of file node.hpp.

624{}

◆ assert_key_()

template<class Impl, class ConstImpl>
void c4::yml::detail::RoNodeMethods< Impl, ConstImpl >::assert_key_ ( ) const
inlineprotectednoexcept

Definition at line 625 of file node.hpp.

625{}

The documentation for this struct was generated from the following file:
  • /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/latest/src/c4/yml/node.hpp