6#ifndef _ZFI_ZFTaskUtil_h_
7#define _ZFI_ZFTaskUtil_h_
78 this->
impl(implOnStart);
119 this->
impl(implOnStart);
160 this->
impl(implOnStart);
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#define zfextend
dummy macro shows class inherit from another
Definition ZFCoreTypeDef_ClassType.h:53
#define zfoverride
dummy macro shows that method override parent's method
Definition ZFCoreTypeDef_ClassType.h:58
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:196
#define ZF_IN_OPT
dummy macro that shows the param used as optional input
Definition ZFCoreTypeDef_ClassType.h:200
_zft_zftimet zftimet
time unit, ensured at least 64 bit, ensured signed
Definition ZFCoreTypeDef_CoreType.h:203
#define zfnull
same as NULL, defined for future use
Definition ZFCoreTypeDef_CoreType.h:88
#define ZFMP_IN_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:108
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
#define zfclass
same as class, shows that this class is a ZFObject type
Definition ZFObjectClassTypeFwd.h:38
#define ZFOBJECT_ON_INIT_DECLARE_1(ZFMP_0)
see ZFOBJECT_ON_INIT_INLINE_1
Definition ZFObjectDeclare.h:259
#define ZFOBJECT_ON_INIT_DECLARE_4(ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
see ZFOBJECT_ON_INIT_INLINE_1
Definition ZFObjectDeclare.h:358
#define ZFOBJECT_DECLARE(ChildClass, SuperClass,...)
necessary for every class inherit from ZFObject
Definition ZFObjectDeclare.h:122
#define ZFPROPERTY_RETAIN(Type, Name,...)
declare a retain property
Definition ZFPropertyDeclare.h:103
#define ZFPROPERTY_ASSIGN(Type, Name,...)
see ZFPROPERTY_RETAIN
Definition ZFPropertyDeclare.h:120
virtual void taskOnStop(void)
called to stop task
virtual ZFListener & impl()
the impl
Definition ZFTaskUtil.h:143
virtual void objectOnInit(const ZFListener &implOnStart, const ZFListener &implOnStop=zft_zfnull)
util constructor to attach custom impl to E_TaskOnStart and E_TaskOnStop
Definition ZFTaskUtil.h:151
virtual void objectOnInit(void)
override this to init your object
Definition ZFTaskUtil.h:147
virtual void taskOnStart(void)
called to start task
resumable state for zfasyncIO
Definition ZFThread_zfasyncIO.h:42
virtual void taskOnStop(void)
called to stop task
virtual void taskOnStart(void)
called to start task
virtual ZFOutput & output()
the impl
Definition ZFTaskUtil.h:184
virtual zfanyT< ZFAsyncIOResumable > const & resumable()
the impl
Definition ZFTaskUtil.h:190
virtual ZFListener & onProgress()
the impl
Definition ZFTaskUtil.h:188
virtual void objectOnInit(void)
override this to init your object
Definition ZFTaskUtil.h:194
virtual ZFInput & input()
the impl
Definition ZFTaskUtil.h:186
virtual void objectOnInit(const ZFListener &implOnStart, const ZFListener &implOnStop=zft_zfnull)
util constructor to attach custom impl to E_TaskOnStart and E_TaskOnStop
Definition ZFTaskUtil.h:198
virtual ZFListener & impl()
the impl
Definition ZFTaskUtil.h:61
virtual void objectOnInit(void)
override this to init your object
Definition ZFTaskUtil.h:65
virtual void taskOnStop(void)
called to stop task
virtual void taskOnStart(void)
called to start task
virtual void objectOnInit(const ZFListener &implOnStart, const ZFListener &implOnStop=zft_zfnull)
util constructor to attach custom impl to E_TaskOnStart and E_TaskOnStop
Definition ZFTaskUtil.h:69
listener as ZFCallback, mostly used by ZFObject::observerNotify
Definition ZFObjectObserver.h:30
general output callback
Definition ZFIOCallback_output.h:37
virtual void objectOnInit(const ZFListener &implOnStart, const ZFListener &implOnStop=zft_zfnull)
util constructor to attach custom impl to E_TaskOnStart and E_TaskOnStop
Definition ZFTaskUtil.h:110
virtual void objectOnInit(void)
override this to init your object
Definition ZFTaskUtil.h:106
virtual ZFListener & impl()
the impl
Definition ZFTaskUtil.h:102
virtual void taskOnStop(void)
called to stop task
virtual void taskOnStart(void)
called to start task
virtual void objectOnInit(const ZFListener &implOnStart, const ZFListener &implOnStop=(zft_zfnull))
util constructor to attach custom impl to E_TaskOnStart and E_TaskOnStop
virtual void objectOnInit(void)
override this to init your object
Definition ZFTaskUtil.h:26
virtual zftimet & duration()
the wait duration
Definition ZFTaskUtil.h:22
virtual void taskOnStart(void)
called to start task
virtual void objectOnInit(const ZFListener &implOnStart, const ZFListener &implOnStop=zft_zfnull)
util constructor to attach custom impl to E_TaskOnStart and E_TaskOnStop
Definition ZFTaskUtil.h:30
virtual void taskOnStop(void)
called to stop task
see zfany
Definition zfany.h:113
type restrict version of zfauto
Definition zfautoFwd.h:108