#include <Delegate.h>
Static Public Member Functions | |
template<class X, class XFuncType, class GenericMemFuncType> | |
static GenericClass * | Convert (X *pthis, XFuncType function_to_bind, GenericMemFuncType &bound_func) |
Definition at line 324 of file Delegate.h.
static GenericClass* CppDelegate::Internal::SimplifyMemFunc< N >::Convert | ( | X * | pthis, | |
XFuncType | function_to_bind, | |||
GenericMemFuncType & | bound_func | |||
) | [inline, static] |
Definition at line 326 of file Delegate.h.
00327 { 00328 // Unsupported member function type -- force a compile failure. 00329 // (it's illegal to have a array with negative size). 00330 typedef char ERROR_Unsupported_member_function_pointer_on_this_compiler[N-100]; 00331 return 0; 00332 }
MTÜ TTÜ Robotiklubi |