commit 2025-09-20 08:29 mv ZtCList to ZtCBaseList in ZCppMain/ZMainHead.H

This commit is contained in:
2025-09-20 08:29:43 +09:00
parent a821ee6cc5
commit d812f6c40e
4 changed files with 54 additions and 54 deletions

View File

@ -55,7 +55,7 @@ namespace ZNsMain
)
/*########################################################*/
{
// TPosList : ZNsMain::ZtCList<TypeLength> etc
// TPosList : ZNsMain::ZtCBaseList<TypeLength> etc
if(0 > AL_Offset) AL_Offset=0 ;
if(this->size() <= AL_Offset) return ;
@ -100,7 +100,7 @@ namespace ZNsMain
)
/*##########################################################*/
{
// TPosList : ZNsMain::ZtCList<TypeLength> etc
// TPosList : ZNsMain::ZtCBaseList<TypeLength> etc
// AL_Replace : APC_Replace 의 길이
// AL_Searched : 이전에 찾은 길이
// ARR_SaveOut : AL_Replace>AL_Searched 인 경우에 여기에 저장한다.
@ -245,11 +245,11 @@ namespace ZNsMain
if(this->size() <= AL_Offset) return *this;
if(this->size() < 1 ) return *this;
ZtCList<TypeLength> VO_CPosCList; FindPosToList
ZtCBaseList<TypeLength> VO_CPosCList; FindPosToList
(
RR(VO_CPosCList), APC_Search, AL_Search, AL_Offset
);
/*////////////////////////////////////////////*/
/*////////////////////////////////////////////////*/
return ReplaceByPosList /*::::::::::::::::::::::::::::*/
(