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. | |
Interface for objects that can dump their state.
Provides a standard interface for objects to output their internal state for debugging or diagnostic purposes.