![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
#include <FastDelegate.h>
Static Public Member Functions | |
| template<class X , class XFuncType , class GenericMemFuncType > | |
| static GenericClass * | Convert (X *pthis, XFuncType function_to_bind, GenericMemFuncType &bound_func) |
| template<class X , class XFuncType , class GenericMemFuncType > | |
| static GenericClass * | Convert (X *pthis, XFuncType function_to_bind, GenericMemFuncType &bound_func) |
Definition at line 289 of file parse/FastDelegate.h.
| static GenericClass* fastdelegate::detail::SimplifyMemFunc< N >::Convert | ( | X * | pthis, |
| XFuncType | function_to_bind, | ||
| GenericMemFuncType & | bound_func | ||
| ) | [inline, static] |
Definition at line 291 of file parse/FastDelegate.h.
References N.
{
// Unsupported member function type -- force a compile failure.
// (it's illegal to have a array with negative size).
typedef char ERROR_Unsupported_member_function_pointer_on_this_compiler[N-100];
return 0;
}
| static GenericClass* fastdelegate::detail::SimplifyMemFunc< N >::Convert | ( | X * | pthis, |
| XFuncType | function_to_bind, | ||
| GenericMemFuncType & | bound_func | ||
| ) | [inline, static] |
Definition at line 291 of file port/FastDelegate.h.
References N.
{
// Unsupported member function type -- force a compile failure.
// (it's illegal to have a array with negative size).
typedef char ERROR_Unsupported_member_function_pointer_on_this_compiler[N-100];
return 0;
}
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.