[go: up one dir, main page]

Skip to content

Advanced State Access

Andrew Gresyk edited this page Apr 2, 2022 · 1 revision

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