Abstract base state with virtual methods for implementation of states. More...
Public Member Functions | |
virtual void | saySomething ()=0 |
virtual | ~Base () |
Abstract base state with virtual methods for implementation of states.
Definition at line 20 of file BaseState.h.