rapidyaml  0.11.1
parse and emit YAML, and do it fast
Scalar filter processors

These are internal utilities used by ParseEngine to parse the scalars; normally there is no reason for a user to be manually using these classes. More...

Classes

struct  c4::yml::FilterResult
 Abstracts the fact that a scalar filter result may not fit in the intended memory. More...
 
struct  c4::yml::FilterResultExtending
 Abstracts the fact that a scalar filter result may not fit in the intended memory. More...
 
struct  c4::yml::FilterProcessorSrcDst
 Filters an input string into a different output string. More...
 
struct  c4::yml::FilterProcessorInplaceEndExtending
 Filters in place. More...
 
struct  c4::yml::FilterProcessorInplaceMidExtending
 Filters in place. More...
 

Detailed Description

These are internal utilities used by ParseEngine to parse the scalars; normally there is no reason for a user to be manually using these classes.