|
rapidyaml
0.7.0
parse and emit YAML, and do it fast
|
Options to give to the parser to control its behavior. More...
#include <parse_engine.hpp>
Public Member Functions | |
| ParserOptions ()=default | |
source location tracking | |
| ParserOptions & | locations (bool enabled) noexcept |
| enable/disable source location tracking More... | |
| bool | locations () const noexcept |
| query source location tracking status More... | |
scalar filtering status (experimental; disable at your discretion) | |
| ParserOptions & | scalar_filtering (bool enabled) noexcept |
| enable/disable scalar filtering while parsing More... | |
| bool | scalar_filtering () const noexcept |
| query scalar filtering status More... | |
Options to give to the parser to control its behavior.
Definition at line 212 of file parse_engine.hpp.
|
default |
|
inlinenoexcept |
enable/disable source location tracking
Definition at line 234 of file parse_engine.hpp.
Referenced by sample::sample_location_tracking().
|
inlinenoexcept |
query source location tracking status
Definition at line 243 of file parse_engine.hpp.
|
inlinenoexcept |
enable/disable scalar filtering while parsing
Definition at line 253 of file parse_engine.hpp.
|
inlinenoexcept |
query scalar filtering status
Definition at line 262 of file parse_engine.hpp.