Interface for objects that can dump their state. More...
#include <dumpable.hpp>
Public Member Functions | |
| virtual void | dump () const =0 |
| Dump object state for debugging. More... | |
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.
Implemented in by::baseErr, by::errReport, by::callstack, by::frame, by::frames, and by::thread.