示例#1
0
 static MethodProxy createConst()
 {
     return MethodProxy( &invokeConst<METHOD> );
 }
示例#2
0
 MethodProxy createMethodProxy(unsigned int offset) {
     return MethodProxy(id, offset, union_cast<void *>(&MethodProxyCreator::methodProxyX < id > ));
 }
示例#3
0
 static MethodProxy create()
 {
     return MethodProxy( &invoke<METHOD> );
 }