|
flimEngine
|
#include <ThreadCommunicationCommand.h>


Public Member Functions | |
| ThreadCommunicationCommand ()=default | |
| ~ThreadCommunicationCommand () | |
| ThreadCommunicationCommand (const ThreadCommunicationCommand &)=default | |
| ThreadCommunicationCommand & | operator= (const ThreadCommunicationCommand &)=default |
| virtual void | execute ()=0 |
Public Member Functions inherited from Command | |
| Command () | |
| virtual | ~Command () |
| Command & | operator= (const Command &)=default |
| Command (const Command &)=default | |
| Command ()=default | |
| ~Command () | |
| Command & | operator= (const Command &)=default |
| Command (const Command &)=default | |
|
default |
|
inline |
|
default |
|
pure virtual |
Reimplemented from Command.
Implemented in CallbackSoundEndedCommand, StartPlaylistCommand, and TerminateSoundEngineCommand.
|
default |