Epok Engine

EPOK RUNTIME

epok::serial_debug::capture

Function · 1 overload

Function

Performs `capture` as part of the serial debug module.

Belongs to
epok::serial_debug
Header
serial_debug.hpp
Overloads
1

Declaration

Declaration
inline void capture()

Performs `capture` as part of the serial debug module.

This overload takes no parameters.

Returns: Nothing (void).

Example

C++ example
#include "serial_debug.hpp"

epok::serial_debug::capture();

Why use it

It provides direct, allocation-conscious access to the serial debug module. No exception-based error path is implied by the signature.

Trade-offs and warnings

Call it only in the lifecycle phase described by the module. Validate indices, capacities and object state before use.

Declared in runtime/serial_debug.hpp:34

Related members