Module simple

Module simple 

Source
Expand description

Implements a basic wrapper Context which contains a generic State object.

Structsยง

SimpleContext
A basic implementation of Context. Stores the current generic State, and possibly transitions to a new state when Context::handle is called.