MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / mblock_virtual_dumper_t

Function mblock_virtual_dumper_t

src/MicrocodeExplorer.cpp:145–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 int nline;
144 int serial;
145 mblock_virtual_dumper_t() : nline(0), serial(0) {}
146 virtual ~mblock_virtual_dumper_t() {}
147 virtual void AddLine(qstring &qs) = 0;
148 AS_PRINTF(3, 4) int print(int indent, const char *format, ...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected