![]() |
Spicy
|
#include <printer-text.h>
Public Member Functions | |
TextPrinter (std::ostream &output, OutputOptions options) | |
void | print (const hilti::rt::type_info::Value &v) |
Render parsed unit into readable text representation.
|
inline |
Constructor.
output | stream to send output to |
options | output controlling specifics of the output |
void TextPrinter::print | ( | const hilti::rt::type_info::Value & | v | ) |
Render one parsed value into text.
v | value representing parsed unit to render |