MCPcopy Create free account
hub / github.com/bombela/backward-cpp / Printer

Method Printer

backward.hpp:3984–3986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3982 int trace_context_size;
3983
3984 Printer()
3985 : snippet(true), color_mode(ColorMode::automatic), address(false),
3986 object(false), inliner_context_size(5), trace_context_size(7) {}
3987
3988 template <typename ST> FILE *print(ST &st, FILE *fp = stderr) {
3989 cfile_streambuf obuf(fp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected