![]() |
Contur 2
Educational OS kernel simulator
|
Read-only adapter contract for capturing UI-facing kernel snapshots. More...
#include <i_kernel_read_model.h>
Public Member Functions | |
| virtual | ~IKernelReadModel ()=default |
| Virtual destructor for interface-safe polymorphic cleanup. | |
| virtual Result< TuiSnapshot > | captureSnapshot () const =0 |
| Captures current kernel state into an immutable TUI snapshot. | |
Read-only adapter contract for capturing UI-facing kernel snapshots.
Definition at line 16 of file i_kernel_read_model.h.
|
virtualdefault |
Virtual destructor for interface-safe polymorphic cleanup.
|
nodiscardpure virtual |
Captures current kernel state into an immutable TUI snapshot.
Implemented in contur::KernelReadModel.