Interface for objects that can dump their state 더 자세히 ...
#include <dumpable.hpp>
Public 멤버 함수 | |
| virtual void | dump () const =0 |
| Dump object state for debugging | |
Interface for objects that can dump their state
Provides a standard interface for objects to output their internal state for debugging or diagnostic purposes.
|
pure virtual |
Dump object state for debugging
by::baseErr, by::errReport, by::frame, by::frames, by::thread에서 구현되었습니다.