tkem / fsmlite

Lightweight finite state machine framework for C++11
MIT License
161 stars 25 forks source link

Rename fsm::row to typed_row or similar #18

Closed tkem closed 5 years ago

tkem commented 5 years ago

Plain fsm::row should be reserved for something more user-friendly, e.g. placeholder parameters in C++17.

tkem commented 5 years ago

Also Action and Guard types should probably match the types of the corresponding non-type parameters to avoid issues with *nullptr and better integrate with placeholders in the future.