commit 2025-10-16 23:36 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-16 23:36:52 +09:00
parent 5d337e3356
commit b4871d1b07
3 changed files with 19 additions and 18 deletions

View File

@ -1180,7 +1180,7 @@ namespace ZNsMain
return VO_ZCLinkPoint; /****************************/
}/*
static ZCNodePoint MakeTailPoint(TypeList & AR_TypeList)*/
static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter)
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 :

View File

@ -828,6 +828,7 @@ namespace ZNsMain
typedef const TypeList TypeListC ;
typedef const TypeData TypeDataC ;
typedef const TypeLink TypeLinkC ;
typedef const TypeIter TypeIterC ;
typedef const TypeNode TypeNodeC ; // ZCNodePoint::GetNode() const 의 반환형.
typedef const ZCLink ZCLinkC ;
@ -1078,7 +1079,7 @@ namespace ZNsMain
return VO_ZCLinkPoint; /****************************/
}/*
static ZCNodePoint MakeTailPoint(TypeList & AR_TypeList)*/
static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter)
static ZCNodePoint MakeTailPoint(TypeIterC& AR_TypeIter)
{
ZCNodePoint VO_ZCLinkPoint(AR_TypeIter);
@ -1087,7 +1088,7 @@ namespace ZNsMain
return VO_ZCLinkPoint; /****************************/
}/*
static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter)*/
static ZCNodePoint MakeTailPoint(TypeIterC& AR_TypeIter)*/
public :