commit 2025-10-16 23:36 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -1180,7 +1180,7 @@ 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);
|
||||||
|
|
||||||
@ -1189,7 +1189,7 @@ namespace ZNsMain
|
|||||||
|
|
||||||
return VO_ZCLinkPoint; /****************************/
|
return VO_ZCLinkPoint; /****************************/
|
||||||
}/*
|
}/*
|
||||||
static ZCNodePoint MakeTailPoint(const TypeIter& AR_TypeIter)*/
|
static ZCNodePoint MakeTailPoint(TypeIterC& AR_TypeIter)*/
|
||||||
|
|
||||||
public :
|
public :
|
||||||
|
|
||||||
|
@ -828,6 +828,7 @@ namespace ZNsMain
|
|||||||
typedef const TypeList TypeListC ;
|
typedef const TypeList TypeListC ;
|
||||||
typedef const TypeData TypeDataC ;
|
typedef const TypeData TypeDataC ;
|
||||||
typedef const TypeLink TypeLinkC ;
|
typedef const TypeLink TypeLinkC ;
|
||||||
|
typedef const TypeIter TypeIterC ;
|
||||||
typedef const TypeNode TypeNodeC ; // ZCNodePoint::GetNode() const 의 반환형.
|
typedef const TypeNode TypeNodeC ; // ZCNodePoint::GetNode() const 의 반환형.
|
||||||
|
|
||||||
typedef const ZCLink ZCLinkC ;
|
typedef const ZCLink ZCLinkC ;
|
||||||
@ -1078,7 +1079,7 @@ 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);
|
||||||
|
|
||||||
@ -1087,7 +1088,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