util for ZFDynamic::method More...
#include <ZFMethodDynamicRegister.h>
Public Member Functions | |
ZFMP & | mp (const zfstring ¶mTypeId, const zfstring ¶mName=zft_zfnull) |
util for ZFDynamic::method | |
ZFMP & | mp (const zfstring ¶mTypeId, const zfstring ¶mName, ZFObject *paramDefaultValue) |
util for ZFDynamic::method | |
ZFMP & | mpWithInit (const zfstring ¶mTypeId, const zfstring ¶mName, const ZFListener ¶mDefaultValueCallback) |
util for ZFDynamic::method | |
zfindex | paramCount (void) const |
util for ZFDynamic::method | |
const zfstring & | paramTypeIdAt (zfindex index) const |
util for ZFDynamic::method | |
const zfstring & | paramNameAt (zfindex index) const |
util for ZFDynamic::method | |
const ZFListener & | paramDefaultValueCallbackAt (zfindex index) const |
util for ZFDynamic::method | |
void | methodParamListInfoT (zfstring &ret) const |
see methodParamListInfo | |
zfstring | methodParamListInfo (void) const |
return method param info, like: P0 p0, P1 p1=def1 | |
void | objectInfoT (zfstring &ret) const |
see objectInfo | |
zfstring | objectInfo (void) const |
return object info | |
util for ZFDynamic::method