When it helps
Use this member when you need direct access to the state represented by its declared type.
EPOK RUNTIME
Field
Exposes `native_tone` on `epok::psx_audio::Physical` for the sequence service module.
const native_music::Tone * native_toneExposes `native_tone` on `epok::psx_audio::Physical` for the sequence service module.
#include "sequence_service.hpp"
epok::psx_audio::Physical& object = /* obtain a valid instance */;
auto value = object.native_tone;Use this member when you need direct access to the state represented by its declared type.
Direct field access has no validation step. Keep the owning object alive, respect units and ranges, and do not mutate state while hardware or another subsystem is consuming it.
Declared in runtime/sequence_service.hpp:43