|
flimEngine
|
#include <SndExecutioner.h>

Public Member Functions | |
| SoundExecutioner ()=default | |
| ~SoundExecutioner () | |
| SoundExecutioner (const SoundExecutioner &)=default | |
| SoundExecutioner & | operator= (const SoundExecutioner &)=default |
| void | addCommand (CallbackCommand *in) |
| void | ProcessInstantCommands () |
| void | ProcessDeferredCommands () |
Private Attributes | |
| std::list< CallbackCommand * > | instantDeploy |
| std::list< CallbackCommand * > | deferredDeploy |
|
default |
| SoundExecutioner::~SoundExecutioner | ( | ) |
|
default |
| void SoundExecutioner::addCommand | ( | CallbackCommand * | in | ) |
|
default |
| void SoundExecutioner::ProcessDeferredCommands | ( | ) |
| void SoundExecutioner::ProcessInstantCommands | ( | ) |
|
private |
|
private |