commit 2025-10-12 18:51 add iterator class in ZCppMain/ZtCObjList.H
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user