|
rapidyaml 0.15.2
parse and emit YAML, and do it fast
|
#include <tree.hpp>
Public Member Functions | |
| operator bool () const | |
| lookup_result () | |
| lookup_result (csubstr path_, id_type start) | |
| csubstr | resolved () const |
| get the part ot the input path that was resolved | |
| csubstr | unresolved () const |
| get the part ot the input path that was unresolved | |
Public Attributes | |
| id_type | target |
| id_type | closest |
| size_t | path_pos |
| csubstr | path |
|
inline |
| csubstr c4::yml::Tree::lookup_result::resolved | ( | ) | const |
| csubstr c4::yml::Tree::lookup_result::unresolved | ( | ) | const |
| id_type c4::yml::Tree::lookup_result::target |
Definition at line 1470 of file tree.hpp.
Referenced by lookup_result(), lookup_result(), c4::yml::Tree::lookup_path(), and operator bool().
| id_type c4::yml::Tree::lookup_result::closest |
Definition at line 1471 of file tree.hpp.
Referenced by lookup_result(), lookup_result(), and c4::yml::Tree::lookup_path().
| size_t c4::yml::Tree::lookup_result::path_pos |
Definition at line 1472 of file tree.hpp.
Referenced by lookup_result(), lookup_result(), resolved(), and unresolved().
| csubstr c4::yml::Tree::lookup_result::path |
Definition at line 1473 of file tree.hpp.
Referenced by lookup_result(), lookup_result(), resolved(), and unresolved().