ZFFramework
 
Loading...
Searching...
No Matches
ZFObjectImpl.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFObjectImpl_h_
7#define _ZFI_ZFObjectImpl_h_
8
9#include "ZFObjectCore.h"
10#include "ZFObjectRetain.h"
11#include "ZFObjectDeclare.h"
12#include "ZFTypeId.h"
15#include "ZFClassSerializable.h"
19#include "ZFListenerDeclare.h"
20#include "ZFObjectAutoPtr.h"
21#include "ZFIOCallback.h"
22#include "ZFSerializable.h"
23#include "ZFEnum.h"
24#include "ZFEnumDeclare.h"
25#include "ZFNull.h"
26#include "ZFValueHolder.h"
27#include "ZFObjectUtil.h"
28#include "ZFExport.h"
29#include "zfweak.h"
30
32
33#define _ZFP_ZFOBJECT_METHOD_REG 1
34
36
37#endif // #ifndef _ZFI_ZFObjectImpl_h_
38
serialization for ZFCallback
serialization for ZFClass
enum utility
ZFEnum declare impl.
util to export global variable
common callback defines
util macros to declare ZFListener as ZFCallback
user registered ZFMethod
serialization for ZFMethod
user registered ZFMethod
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
ZFNull.
smart pointer for ZFObject
base class of all objects
ZFObject declaration.
retain count logic for ZFFramework
utilities for ZFObject
serialization for ZFProperty
serializable interface
reflectable type define
utilities for ZFObject
weak reference to ZFObject