|
rapidyaml
0.13.0
parse and emit YAML, and do it fast
|
Abstracts the fact that a scalar filter result may not fit in the intended memory. More...
#include <filter_processor.hpp>
Public Member Functions | |
| bool | valid () const noexcept |
| size_t | required_len () const noexcept |
| csubstr | get () const |
Public Attributes | |
| csubstr | str |
| size_t | reqlen |
Abstracts the fact that a scalar filter result may not fit in the intended memory.
Definition at line 41 of file filter_processor.hpp.
|
inlinenoexcept |
Definition at line 43 of file filter_processor.hpp.
|
inlinenoexcept |
Definition at line 44 of file filter_processor.hpp.
|
inline |
Definition at line 45 of file filter_processor.hpp.
| csubstr c4::yml::FilterResultExtending::str |
Definition at line 46 of file filter_processor.hpp.
| size_t c4::yml::FilterResultExtending::reqlen |
Definition at line 47 of file filter_processor.hpp.