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

These are internal classes 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::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 classes used by ParseEngine to parse the scalars; normally there is no reason for a user to be manually using these classes.