Extended C++ Callback Library 0.0.6 review

Download
by rbytes.net on

Extended C++ Callback Library provides functors and delegates for up to ten parameters

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Vinzenz Feenstra
0 stars award from rbytes.net

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 keywords