Skip to content

Advanced State Access

Andrew Gresyk edited this page Apr 1, 2022 · 3 revisions

State Access

  1. States themselves are contained within an FSM instance, and the following API allowes access to their data.

Tests

Method Description
TState& Instance::access<TState>();
const TState&Instance::access<TState>() const;
Access state data