commit 2025-10-16 23:16 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -696,18 +696,18 @@ namespace ZNsMain
|
||||
}
|
||||
cout<<"*****************************************************"<<endl;
|
||||
|
||||
_FOR_ITER_EASY_START0_C(ZCBaseListEx10, VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
_FOR_ITER_EASY_START0_C (VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
{
|
||||
cout<<"# list10_2 const: "<<(i+1)<<" "<<VO_ZCBaseListEx10_2.ItD(VH_NowIter)<<endl;
|
||||
}
|
||||
_FOR_ITER_EASY_CLOSE0_C(ZCLinkStrList, VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
_FOR_ITER_EASY_CLOSE0_C (VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
cout<<"*****************************************************"<<endl;
|
||||
|
||||
_FOR_ITER_EASY_START0_RC(ZCBaseListEx10, VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
_FOR_ITER_EASY_START0_RC(VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
{
|
||||
cout<<"# list10_2 rev const: "<<(i+1)<<" "<<VO_ZCBaseListEx10_2.ItD(VH_NowIter)<<endl;
|
||||
}
|
||||
_FOR_ITER_EASY_CLOSE0_RC(ZCLinkStrList, VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
_FOR_ITER_EASY_CLOSE0_RC(VO_ZCBaseListEx10_2, VH_NowIter, i)
|
||||
cout<<"*****************************************************"<<endl;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user