ZFFramework
Loading...
Searching...
No Matches
ZFMethodDynamicRegisterParam Class Reference

param for ZFMethodDynamicRegister More...

#include <ZFMethodDynamicRegister.h>

Public Member Functions

ZFMethodDynamicRegisterParamdynamicRegisterUserData (ZFObject *dynamicRegisterUserData)
 see ZFMethodDynamicRegister
zfany dynamicRegisterUserData (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParamownerClass (const ZFClass *ownerClass)
 see ZFMethodDynamicRegister
const ZFClassownerClass (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParammethodNamespace (const zfstring &methodNamespace)
 see ZFMethodDynamicRegister
const zfstringmethodNamespace (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParammethodGenericInvoker (ZFMethodGenericInvoker methodGenericInvoker)
 see ZFMethodDynamicRegister, ZFMethodGenericInvokerParamsCheck
ZFMethodGenericInvoker methodGenericInvoker (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParammethodImpl (const ZFListener &methodImpl)
 see ZFMethodDynamicRegister
const ZFListenermethodImpl (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParammethodType (ZFMethodType methodType)
 see ZFMethodDynamicRegister
ZFMethodType methodType (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParammethodAccessType (ZFMethodAccessType methodAccessType)
 see ZFMethodDynamicRegister
ZFMethodAccessType methodAccessType (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParammethodName (const zfstring &methodName)
 see ZFMethodDynamicRegister
const zfstringmethodName (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParamreturnTypeId (const zfstring &returnTypeId)
 see ZFMethodDynamicRegister
const zfstringreturnTypeId (void) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParammethodParam (const zfstring &paramTypeId, const zfstring &paramName=zft_zfnull, const ZFListener &paramDefaultValueCallback=_ZFP_ZFMethod_paramDefaultValueCallbackDummy())
 see ZFMethodDynamicRegister
zfindex paramCount (void) const
 see ZFMethodDynamicRegister
const zfstringparamTypeIdAt (zfindex index) const
 see ZFMethodDynamicRegister
const zfstringparamNameAt (zfindex index) const
 see ZFMethodDynamicRegister
const ZFListenerparamDefaultValueCallbackAt (zfindex index) const
 see ZFMethodDynamicRegister
ZFMethodDynamicRegisterParamzfunsafe_disableChecker (zfbool disableChecker)
 see ZFMethodDynamicRegister
zfbool zfunsafe_disableChecker (void) const
 see ZFMethodDynamicRegister
void objectInfoT (zfstring &ret) const
 see objectInfo
zfstring objectInfo (void) const
 return object info

Detailed Description

param for ZFMethodDynamicRegister

required:

  • ownerClass or methodNamespace
  • methodGenericInvoker or methodImpl
  • methodName

optional:


The documentation for this class was generated from the following file: