pianod2
multisource multiuser scriptable networked music player
Classes
callback.h File Reference

Callback manager. More...

#include <unordered_map>
#include <functional>
Include dependency graph for callback.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CallbackManager< TOwner, TCallbacks, TCallbackClientId >
 A template class to manage callback, delegate and notification functions. More...
 

Detailed Description

Callback manager.

Allow registration, removal, and invokation of callback methods.