MCPcopy Create free account
hub / github.com/JochenKalmbach/StackWalker / OnOutput

Method OnOutput

Main/StackWalker/main.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{
35protected:
36 virtual void OnOutput(LPCSTR szText) { printf("%s", szText); }
37};
38
39void Func5()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected