DesignPattern::Command< void >🔗
Public Functions🔗
| Name | |
|---|---|
| void | operator()() |
| virtual | ~Command() |
Protected Functions🔗
| Name | |
|---|---|
| virtual void | exec() |
Public Functions Documentation🔗
function operator()🔗
inline void operator()()
function ~Command🔗
inline virtual ~Command()
Protected Functions Documentation🔗
function exec🔗
inline virtual void exec()
Updated on 31 May 2022 at 15:52:34 CEST