5#ifndef _ZFI_ZFNamespaceImpl_h_
6#define _ZFI_ZFNamespaceImpl_h_
30#define ZF_NAMESPACE_CURRENT() \
31 _ZFP_ZF_NAMESPACE_NOT_REGISTERED<void>()
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
_ZFT_t_zfchar zfchar
char wrapper
Definition ZFCoreTypeDef_CharType.h:17
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#define ZF_IN_OPT
dummy macro that shows the param used as optional input
Definition ZFCoreTypeDef_ClassType.h:184
#define ZF_IN_OUT
dummy macro that shows the param used as required input and output
Definition ZFCoreTypeDef_ClassType.h:196
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
_ZFT_t_zfindex zfindex
similar to size_t, used for index and size only
Definition ZFCoreTypeDef_CoreType.h:154
#define zfindexMax()
(zfindex)-1, indicate a max index value, see zfindex
Definition ZFCoreTypeDef_CoreType.h:159
#define zffalse
bool false type
Definition ZFCoreTypeDef_CoreType.h:111
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
zfbool ZFNamespaceSplit(ZFCoreArray< ZFIndexRange > &ret, const zfchar *src, zfindex srcLen=((zfindex) -1))
util to split namespace components, similar to ZFCoreDataPairSplitString
const zfchar * ZFNamespaceSkipGlobal(const zfchar *ns)
skip "zf." in "zf.NS0.NS1.funcName"
void ZFNamespaceGetAllT(ZFCoreArray< zfstring > &ret)
get all namespace
ZFCoreArray< zfstring > ZFNamespaceGetAll(void)
see ZFNamespaceGetAllT
Definition ZFNamespaceImpl.h:62
light weight array
Definition ZFCoreArray.h:331