commit 2025-09-20 08:29 mv ZtCList to ZtCBaseList in ZCppMain/ZMainHead.H
This commit is contained in:
@ -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 /*::::::::::::::::::::::::::::*/
|
||||
(
|
||||
|
Reference in New Issue
Block a user