|
JSim 2026.06.01-p(1)
|
Public Member Functions | |
| FieldState (T state) | |
| T | get () |
| T | getState () |
| void | set (T state) |
| void | setState (T state) |
Mutable wrapper for tracked simulation state.
| <T> | tracked state type |
|
inline |
Creates a wrapper around the supplied state.
| state | state object to store |
|
inline |
Returns the wrapped state.
|
inline |
Returns the wrapped state.
|
inline |
Replaces the wrapped state.
| state | replacement state |
|
inline |
Replaces the wrapped state.
| state | replacement state |