45 : tokenLeft(tokenLeft)
46 , tokenRight(tokenRight)
47 , tokenSeparator(tokenSeparator)
48 , tokenValueLeft(tokenValueLeft)
49 , tokenValueRight(tokenValueRight)
54 return (this->tokenLeft == ref.tokenLeft
55 && this->tokenRight == ref.tokenRight
56 && this->tokenSeparator == ref.tokenSeparator
57 && this->tokenValueLeft == ref.tokenValueLeft
58 && this->tokenValueRight == ref.tokenValueRight
59 && this->tokenEtc == ref.tokenEtc
77#define ZFTokenForContainerTrim() _ZFP_ZFTokenForContainerTrim
91#define ZFTokenForContainerDetail() _ZFP_ZFTokenForContainerDetail
103#define ZFTokenForContainerPlainList() _ZFP_ZFTokenForContainerPlainList
107#define ZFTokenForContainerDefault() _ZFP_ZFTokenForContainerDefault
156 : tokenLeft(tokenLeft)
157 , tokenRight(tokenRight)
158 , tokenSeparator(tokenSeparator)
159 , tokenPairLeft(tokenPairLeft)
160 , tokenPairRight(tokenPairRight)
161 , tokenPairSeparator(tokenPairSeparator)
162 , tokenKeyLeft(tokenKeyLeft)
163 , tokenKeyRight(tokenKeyRight)
164 , tokenValueLeft(tokenValueLeft)
165 , tokenValueRight(tokenValueRight)
170 return (this->tokenLeft == ref.tokenLeft
171 && this->tokenRight == ref.tokenRight
172 && this->tokenSeparator == ref.tokenSeparator
173 && this->tokenPairLeft == ref.tokenPairLeft
174 && this->tokenPairRight == ref.tokenPairRight
175 && this->tokenPairSeparator == ref.tokenPairSeparator
176 && this->tokenKeyLeft == ref.tokenKeyLeft
177 && this->tokenKeyRight == ref.tokenKeyRight
178 && this->tokenValueLeft == ref.tokenValueLeft
179 && this->tokenValueRight == ref.tokenValueRight
180 && this->tokenEtc == ref.tokenEtc
197#define ZFTokenForKeyValueContainerTrim() _ZFP_ZFTokenForKeyValueContainerTrim
210#define ZFTokenForKeyValueContainerDetail() _ZFP_ZFTokenForKeyValueContainerDetail
214#define ZFTokenForKeyValueContainerDefault() _ZFP_ZFTokenForKeyValueContainerDefault
#define ZFLIB_ZFCore
used to export symbols
Definition ZFCoreEnvDef.h:30
#define zfclassLikePOD
shows the class is not a POD type, but you may use it like a POD except memset it to 0
Definition ZFCoreTypeDef_ClassType.h:41
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:191
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
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
util class to hold string tokens
Definition ZFToken.h:17
zfstring tokenLeft
"[" by default
Definition ZFToken.h:19
zfstring tokenValueLeft
"" by default
Definition ZFToken.h:22
zfstring tokenRight
"]" by default
Definition ZFToken.h:20
zfstring tokenSeparator
", " by default
Definition ZFToken.h:21
zfstring tokenValueRight
"" by default
Definition ZFToken.h:23
zfstring tokenEtc
"..." by default
Definition ZFToken.h:24
util class to hold string tokens
Definition ZFToken.h:113
zfstring tokenLeft
"{" by default
Definition ZFToken.h:115
zfstring tokenSeparator
", " by default
Definition ZFToken.h:117
zfstring tokenValueRight
"" by default
Definition ZFToken.h:124
zfstring tokenValueLeft
"" by default
Definition ZFToken.h:123
zfstring tokenKeyLeft
"" by default
Definition ZFToken.h:121
zfstring tokenRight
"}" by default
Definition ZFToken.h:116
zfstring tokenPairSeparator
" = " by default
Definition ZFToken.h:120
zfstring tokenEtc
"..." by default
Definition ZFToken.h:125
zfstring tokenPairLeft
"" by default
Definition ZFToken.h:118
zfstring tokenPairRight
"" by default
Definition ZFToken.h:119
zfstring tokenKeyRight
"" by default
Definition ZFToken.h:122