commit 2025-10-16 23:36 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -1170,7 +1170,7 @@ namespace ZNsMain
|
||||
{}
|
||||
public :
|
||||
|
||||
static ZCNodePoint MakeTailPoint(TypeList& AR_TypeList)
|
||||
static ZCNodePoint MakeTailPoint(TypeList & AR_TypeList)
|
||||
{
|
||||
ZCNodePoint VO_ZCLinkPoint(AR_TypeList);
|
||||
|
||||
@ -1179,8 +1179,8 @@ namespace ZNsMain
|
||||
|
||||
return VO_ZCLinkPoint; /****************************/
|
||||
}/*
|
||||
static ZCNodePoint MakeTailPoint(TypeList& AR_TypeList)*/
|
||||
static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter)
|
||||
static ZCNodePoint MakeTailPoint(TypeList & AR_TypeList)*/
|
||||
static ZCNodePoint MakeTailPoint(TypeIterC& AR_TypeIter)
|
||||
{
|
||||
ZCNodePoint VO_ZCLinkPoint(AR_TypeIter);
|
||||
|
||||
@ -1189,7 +1189,7 @@ namespace ZNsMain
|
||||
|
||||
return VO_ZCLinkPoint; /****************************/
|
||||
}/*
|
||||
static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter)*/
|
||||
static ZCNodePoint MakeTailPoint(TypeIterC& AR_TypeIter)*/
|
||||
|
||||
public :
|
||||
|
||||
@ -1334,7 +1334,7 @@ namespace ZNsMain
|
||||
{}
|
||||
public :
|
||||
|
||||
static ZCNodePointN MakeTailPoint(const TypeList& AR_TypeList)
|
||||
static ZCNodePointN MakeTailPoint(const TypeList & AR_TypeList)
|
||||
{
|
||||
ZCNodePointN VO_ZCLinkPoint(AR_TypeList);
|
||||
|
||||
@ -1343,8 +1343,8 @@ namespace ZNsMain
|
||||
|
||||
return VO_ZCLinkPoint; /****************/
|
||||
}/*
|
||||
static ZCNodePointN MakeTailPoint(const TypeList& AR_TypeList)*/
|
||||
static ZCNodePointN MakeTailPoint(const ZCNodePoint& AR_TypeIter)
|
||||
static ZCNodePointN MakeTailPoint(const TypeList & AR_TypeList)*/
|
||||
static ZCNodePointN MakeTailPoint(const ZCNodePoint & AR_TypeIter)
|
||||
{
|
||||
ZCNodePointN VO_ZCLinkPoint(AR_TypeIter);
|
||||
|
||||
@ -1353,7 +1353,7 @@ namespace ZNsMain
|
||||
|
||||
return VO_ZCLinkPoint; /****************/
|
||||
}/*
|
||||
static ZCNodePointN MakeTailPoint(const ZCNodePoint& AR_TypeIter)*/
|
||||
static ZCNodePointN MakeTailPoint(const ZCNodePoint & AR_TypeIter)*/
|
||||
static ZCNodePointN MakeTailPoint(const ZCNodePointN& AR_TypeIter)
|
||||
{
|
||||
ZCNodePointN VO_ZCLinkPoint(AR_TypeIter);
|
||||
|
Reference in New Issue
Block a user