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