commit 2025-10-12 18:51 add iterator class in ZCppMain/ZtCObjList.H

This commit is contained in:
2025-10-12 18:51:35 +09:00
parent 3259618f1e
commit 2c2b664d15
5 changed files with 359 additions and 448 deletions

View File

@ -7175,7 +7175,9 @@ namespace ZNsMain
typedef ZtCStringBase
<TTypCh, TAlloc, TAllocSize, TTypeString> ZCStringBase;
typedef typename ZCStringBase::ZCStringList ZCStringList;
typedef typename ZCStringBase::ZCCharView ZCCharView ;
typedef typename ZCStringBase::TypeLength TypeLength ;
typedef typename ZCStringBase::TypeLength TypeSize ;
protected:
typedef ZtCStringEx ZCStringEx ;
protected:
@ -7219,6 +7221,13 @@ namespace ZNsMain
}/*
ZtCStringEx(const TypeChar* APC_Data)*/
ZtCStringEx(const ZCCharView& AR_View) : TypeBase(AR_View)
{
ml_ListBuffAllByte=0;
}/*
ZtCStringEx(const ZCCharView& AR_View)*/
ZCStringEx& operator=(const ZtCStringEx& rhs)
{
if(this==&rhs) return *this;