#include <tree.hpp>
Definition at line 1049 of file tree.hpp.
◆ lookup_result() [1/2]
| c4::yml::Tree::lookup_result::lookup_result |
( |
| ) |
|
|
inline |
◆ lookup_result() [2/2]
| c4::yml::Tree::lookup_result::lookup_result |
( |
csubstr |
path_, |
|
|
id_type |
start |
|
) |
| |
|
inline |
◆ operator bool()
| c4::yml::Tree::lookup_result::operator bool |
( |
| ) |
const |
|
inline |
◆ resolved()
| csubstr c4::yml::Tree::lookup_result::resolved |
( |
| ) |
const |
get the part ot the input path that was resolved
Definition at line 1456 of file tree.cpp.
1459 if(p.ends_with(
'.'))
1460 p = p.first(p.len-1);
References path, and path_pos.
◆ unresolved()
| csubstr c4::yml::Tree::lookup_result::unresolved |
( |
| ) |
const |
get the part ot the input path that was unresolved
Definition at line 1464 of file tree.cpp.
◆ target
| id_type c4::yml::Tree::lookup_result::target |
◆ closest
| id_type c4::yml::Tree::lookup_result::closest |
◆ path_pos
| size_t c4::yml::Tree::lookup_result::path_pos |
◆ path
| csubstr c4::yml::Tree::lookup_result::path |
The documentation for this struct was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/v0.7.1/src/c4/yml/tree.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/rapidyaml/checkouts/v0.7.1/src/c4/yml/tree.cpp