MCPcopy Create free account
hub / github.com/SIPp/sipp / ScreenPrinter

Method ScreenPrinter

include/screen.hpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46class ScreenPrinter {
47public:
48 ScreenPrinter():
49 M_headless(!isatty(fileno(stdout))),
50 M_last(false)
51 {};
52 void redraw();
53 void print_closing_stats();
54 void print_to_file(FILE* f);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected