commit 2025-10-09 11:26 edit a bit ZCppMain/ZtCStringEx.H
This commit is contained in:
@ -307,7 +307,7 @@ namespace ZNsMain
|
|||||||
typedef TTypeString ZCTypeString;
|
typedef TTypeString ZCTypeString;
|
||||||
typedef ZtCStringBase ZCStringBase;
|
typedef ZtCStringBase ZCStringBase;
|
||||||
public:
|
public:
|
||||||
typedef ZtCStringBase TypeBase ;
|
typedef ZtCStringBase TypeThis ;
|
||||||
public:
|
public:
|
||||||
typedef typename ZCTypeString::ZCSearchInfo ZCSearchInfo ;
|
typedef typename ZCTypeString::ZCSearchInfo ZCSearchInfo ;
|
||||||
typedef typename ZCTypeString::ZCSearchInfoList ZCSearchInfoList ;
|
typedef typename ZCTypeString::ZCSearchInfoList ZCSearchInfoList ;
|
||||||
@ -1421,7 +1421,7 @@ namespace ZNsMain
|
|||||||
|
|
||||||
bool IsEqual(TypeCharC* APC_Data, TypeLength AL_Length) const
|
bool IsEqual(TypeCharC* APC_Data, TypeLength AL_Length) const
|
||||||
{
|
{
|
||||||
return TypeBase::Minus(data(), APC_Data, size(), AL_Length)==0;
|
return TypeThis::Minus(data(), APC_Data, size(), AL_Length)==0;
|
||||||
}/*
|
}/*
|
||||||
bool IsEqual(TypeCharC* APC_Data, TypeLength AL_Length) const*/
|
bool IsEqual(TypeCharC* APC_Data, TypeLength AL_Length) const*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user