8 #include <hilti/rt/json-fwd.h> 9 #include <hilti/rt/type-info.h> 10 #include <hilti/rt/types/integer.h> 34 std::ostream& out() {
return _output; }
38 std::ostream& _output;
void print(const hilti::rt::type_info::Value &v)
Definition: printer-json.cc:16
JSONPrinter(std::ostream &output, OutputOptions options)
Definition: printer-json.h:23
Definition: type-info.h:82
Definition: printer-json.h:15