Package smjg.libs.util.dgwrap

Delegate wrapper for function pointer. More...


Classes

class  DelegateWrapper< Return, Params...>
 The DelegateWrapper template function creates a delegate wrapper for the given function pointer. More...


Detailed Description

Delegate wrapper for function pointer.

The smjg.libs.util.dgwrap module provides the DelegateWrapper template, used to create a delegate from a function pointer. This makes it possible to use pointers to global or static member functions in circumstances where a delegate is required.

Limitations:
Doesn't work on variadic functions or functions with non-D linkage.
Since:
0.04

Generated on Sun Sep 13 19:50:35 2009 for Stewart's Utility Library by  doxygen 1.5.4