commit 2025-09-01 11:26 add ZtCList in ZCppMain/ZMainHead.H
This commit is contained in:
@ -983,8 +983,8 @@ namespace ZNsMain
|
||||
|
||||
#endif // _DEBUG
|
||||
|
||||
TypeSize VI_LeftDistance = AL_Index-1 ;
|
||||
TypeSize VI_RightDistance= ml_Size-AL_Index+1;
|
||||
TypeSize VI_LeftDistance = AL_Index-1 ;
|
||||
TypeSize VI_RightDistance= ml_Size -AL_Index+1;
|
||||
TypeSize VI_ShortDistance=
|
||||
(VI_LeftDistance<=VI_RightDistance ? VI_LeftDistance : -VI_RightDistance);
|
||||
|
||||
@ -2130,7 +2130,7 @@ namespace ZNsMain
|
||||
void ItNext(ZCLink*& APR_CLink ) const{ APR_CLink=APR_CLink->GetNextPtr() ;}
|
||||
void ItNext(iterator& ARR_CIterator ) {++ARR_CIterator;}
|
||||
void ItNext(IterEasyID& ARRI_IterEasyID) const{ItNext((ZCLink*&)(ARRI_IterEasyID));}
|
||||
void ItNext(const ZCLink*& APR_CLink ) const {APR_CLink=APR_CLink->GetNextPtr() ;}
|
||||
void ItNext(const ZCLink*& APR_CLink ) const{ APR_CLink=APR_CLink->GetNextPtr() ;}
|
||||
void ItNext(const iterator& ARR_CIterator ) const{++ARR_CIterator;}
|
||||
void ItNext(IterEasyIDc& ARRI_IterEasyID) const
|
||||
{ ItNext((const ZCLink*&)(ARRI_IterEasyID)); }
|
||||
|
Reference in New Issue
Block a user