commit 2025-10-11 06:38 edit a bit ZtCCount ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-11 06:39:14 +09:00
parent 89e67d93e3
commit 22f85f03a4

View File

@ -5688,6 +5688,7 @@ namespace ZNsMain
public: public:
class ZCLink; class ZCLink;
public: public:
typedef ZtCBaseList TypeThis ;
typedef TType TypeData ; typedef TType TypeData ;
typedef TTypArgu TypeArg ; typedef TTypArgu TypeArg ;
typedef TTypeAlloc TypeAlloc ; typedef TTypeAlloc TypeAlloc ;
@ -5700,8 +5701,6 @@ namespace ZNsMain
typedef ZtCObjOpt<ZCLink > ZCLinkOpt; typedef ZtCObjOpt<ZCLink > ZCLinkOpt;
typedef ZtCObjOpt<TypeData> ZCDataOpt; typedef ZtCObjOpt<TypeData> ZCDataOpt;
public: public:
typedef ZtCBaseList TypeThis ;
public:
typedef ZNsType::ZtCTypeNowCRTP /////////////////////////////////////// typedef ZNsType::ZtCTypeNowCRTP ///////////////////////////////////////
< <
@ -6796,12 +6795,12 @@ namespace ZNsMain
{ {
// AR_CutHead 부터 AR_CutTail 까지를 잘라서 rhs 의 AR_StdLink 뒤에 연결한다. // AR_CutHead 부터 AR_CutTail 까지를 잘라서 rhs 의 AR_StdLink 뒤에 연결한다.
return CutLinkRangeOut return CutLinkRangeOut /************************/
( (
AR_CutHead, AR_CutTail , AI_CutSize, AR_CutHead, AR_CutTail , AI_CutSize,
rhs , AO_LinkOpt.Raw(), AB_After rhs , AO_LinkOpt.Raw(), AB_After
); );
////////////////////// /***********************************************/
}/* }/*
ZtCBaseList& SendRangeOut /////////////////////////////////////////////// ZtCBaseList& SendRangeOut ///////////////////////////////////////////////
( (