libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::LIBJMMCG_VER_NAMESPACE::msm Namespace Reference

A meta (or finite)-state machine that can represent UML-style state tables in C++. More...

Classes

struct  computed_goto
 
struct  hash
 
struct  jump_table
 
struct  unroll
 

Detailed Description

A meta (or finite)-state machine that can represent UML-style state tables in C++.

This FSM is a very cut-down version of boost.msm [1,2], but it is much more simple to use!