Panini 1.4.0
Header-only library for generating C++, written in C++17
Writers

Classes

class  panini::CompareWriter
 Writes output to a path only when the written bytes differ from what was loaded on disk. More...
 
class  panini::ConsoleWriter
 Writes output to the console. More...
 
class  panini::DebugWriter
 Writes output to the console line-by-line. More...
 
class  panini::FileWriter
 Writes output to a target file using a file stream. More...
 
class  panini::StringWriter
 Writes output to a string. More...
 

Detailed Description