ZFFramework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ZFMethodDynamicRegisterParam Class Reference

param for ZFMethodDynamicRegister More...

#include <ZFMethodDynamicRegister.h>

Public Member Functions

ZFMethodDynamicRegisterParammethodDynamicRegisterUserData (ZFObject *methodDynamicRegisterUserData)
 see ZFMethodDynamicRegister
 
zfany methodDynamicRegisterUserData (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodOwnerClass (const ZFClass *methodOwnerClass)
 see ZFMethodDynamicRegister
 
const ZFClassmethodOwnerClass (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodNamespace (const zfchar *methodNamespace)
 see ZFMethodDynamicRegister
 
const zfcharmethodNamespace (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodGenericInvoker (ZFMethodGenericInvoker methodGenericInvoker)
 see ZFMethodDynamicRegister, ZFMethodGenericInvokerParamsCheck
 
ZFMethodGenericInvoker methodGenericInvoker (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodImpl (const ZFListener &methodImpl)
 see ZFMethodDynamicRegister, methodImpl's param0 is ZFMethodInvokeData, sender is the invokerObject
 
const ZFListenermethodImpl (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodType (ZFMethodType methodType)
 see ZFMethodDynamicRegister
 
ZFMethodType methodType (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodPrivilegeType (ZFMethodPrivilegeType methodPrivilegeType)
 see ZFMethodDynamicRegister
 
ZFMethodPrivilegeType methodPrivilegeType (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodName (const zfchar *methodName)
 see ZFMethodDynamicRegister
 
const zfcharmethodName (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodReturnTypeId (const zfchar *methodReturnTypeId)
 see ZFMethodDynamicRegister
 
const zfcharmethodReturnTypeId (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodReturnTypeName (const zfchar *methodReturnTypeName)
 see ZFMethodDynamicRegister
 
const zfcharmethodReturnTypeName (void) const
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodParamAdd (const zfchar *methodParamTypeId, const zfchar *methodParamTypeName=0, const zfchar *methodParamName=0, ZFMethodParamDefaultValueCallback methodParamDefaultValueCallback=0)
 see ZFMethodDynamicRegister
 
ZFMethodDynamicRegisterParammethodParamAddWithDefault (const zfchar *methodParamTypeId, const zfchar *methodParamTypeName=0, const zfchar *methodParamName=0, ZFObject *methodParamDefaultValue=0)
 see ZFMethodDynamicRegister
 
zfindex methodParamCount (void) const
 see ZFMethodDynamicRegister
 
const zfcharmethodParamTypeIdAt (zfindex index) const
 see ZFMethodDynamicRegister
 
const zfcharmethodParamTypeNameAt (zfindex index) const
 see ZFMethodDynamicRegister
 
const zfcharmethodParamNameAt (zfindex index) const
 see ZFMethodDynamicRegister
 
ZFMethodParamDefaultValueCallback methodParamDefaultValueCallbackAt (zfindex index) const
 see ZFMethodDynamicRegister
 
zfany methodParamDefaultValueAt (zfindex index) const
 see ZFMethodDynamicRegister
 
void objectInfoT (zfstring &ret) const
 see objectInfo
 
zfstring objectInfo (void) const
 return object info
 

Detailed Description

param for ZFMethodDynamicRegister

required:

optional:


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