Extended C++ Callback Library 0.0.6 review
DownloadExtended C++ Callback Library provides functors and delegates for up to ten parameters
|
|
Extended C++ Callback Library provides functors and delegates for up to ten parameters.
Some callback "containers" will make life easier in special cases. For example, with DelegateList, you are able to execute all callbacks with a single call.
What's New in This Release:
added ReturnType Delegate1::operator()(Param1 val1)
added void Delegate1::operator()()
added void Delegate0::operator()()
Extended C++ Callback Library 0.0.6 search tags