user registered ZFMethod More...
#include "ZFMethod.h"
Go to the source code of this file.
Classes | |
class | ZFMethodDynamicRegisterParam |
param for ZFMethodDynamicRegister More... | |
class | ZFMP |
util for ZFDynamic::method More... | |
Functions | |
const ZFMethod * | ZFMethodDynamicRegister (const ZFMethodDynamicRegisterParam ¶m, zfstring *errorHint=zft_zfnull) |
dynamic register a method, return null if fail | |
const ZFMethod * | ZFMethodDynamicRegister (const ZFClass *ownerClass, const zfstring &returnTypeId, const zfstring &methodName, const ZFMP &methodParam, const ZFListener &methodImpl, ZFMethodType methodType=ZFMethodTypeVirtual, ZFMethodAccessType methodAccessType=ZFMethodAccessTypePublic, zfstring *errorHint=zft_zfnull) |
util to ZFMethodDynamicRegister | |
const ZFMethod * | ZFMethodDynamicRegister (const zfstring &methodNamespace, const zfstring &returnTypeId, const zfstring &methodName, const ZFMP &methodParam, const ZFListener &methodImpl, ZFMethodType methodType=ZFMethodTypeVirtual, ZFMethodAccessType methodAccessType=ZFMethodAccessTypePublic, zfstring *errorHint=zft_zfnull) |
util to ZFMethodDynamicRegister | |
void | ZFMethodDynamicUnregister (const ZFMethod *method) |
see ZFMethodDynamicRegister | |
user registered ZFMethod
|
extern |
dynamic register a method, return null if fail
comparing to ZFMethodUserRegister_0, a dynamic method would: