#include <command.h>
Inheritance diagram for glift::Command0:
Definition at line 67 of file command.h.
Public Types | |
typedef void(* | Action )() |
Public Member Functions | |
Command0 (Action a) | |
virtual void | execute () |
virtual Command * | clone () |
|
|
|
Definition at line 27 of file command.cpp. Referenced by clone(). |
|
Implements glift::Command. Definition at line 31 of file command.cpp. References Command0(). |
|
Implements glift::Command. |