concrete state class More...
#include <StateEnd.h>
Inherits State, and Singleton< StateEnd >.

Public Member Functions | |
| ~StateEnd () | |
Protected Member Functions | |
| virtual void | doPrint () |
| virtual void | doGetKey () |
Friends | |
| class | Singleton< StateEnd > |
concrete state class
This class is a concrete implementation of State.h and a Singleton.h. Represent the end state.
Definition at line 12 of file StateEnd.h.
| StateEnd::~StateEnd | ( | ) | [inline] |
Definition at line 16 of file StateEnd.h.
| void StateEnd::doGetKey | ( | ) | [protected, virtual] |
Use this Methode to get an input information. You have to override.
Implements State.
Definition at line 13 of file StateEnd.cpp.

| void StateEnd::doPrint | ( | ) | [protected, virtual] |
Use this Methode to print state information. You have to override.
Implements State.
Definition at line 7 of file StateEnd.cpp.
Definition at line 13 of file StateEnd.h.
1.6.1