commit 2025-10-13 13:35 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -5699,8 +5699,9 @@ namespace ZNsMain
|
||||
typedef ZCLinkPointC TypeIterC ;
|
||||
/*************************************************************************/
|
||||
typedef ZCLink* IterEasy ; // 가장 쉽게 쓸 수 있는 반복자.
|
||||
typedef ZCLinkPoint iterator ; // 다양한 기능을 가진 반복자.
|
||||
typedef ZCLinkPointC iteratorC ;
|
||||
/*************************************************************************/
|
||||
typedef ZCLinkPoint iterator ; // 다양한 기능을 가진 반복자.
|
||||
typedef ZCLinkPointC const_iterator;
|
||||
/*************************************************************************/
|
||||
typedef ZtCObjOpt<ZCLink > ZCLinkOpt ;
|
||||
|
@ -814,12 +814,13 @@ namespace ZNsMain
|
||||
typedef TypeThis TypeList ;
|
||||
public:
|
||||
typedef ZCLink* IterEasy ; // 가장 간단하게 쓰일 수 있는 반복자.
|
||||
typedef ZCLinkPoint iterator ; // 다양한 기능을 가진 반복자.
|
||||
typedef ZCLinkPoint TypeIter ;
|
||||
typedef ZCLinkPointC TypeIterC ;
|
||||
typedef ZCLinkPointC iteratorC ;
|
||||
/*********************************************************************/
|
||||
typedef ZCLinkPoint iterator ; // 다양한 기능을 가진 반복자.
|
||||
typedef ZCLinkPointC const_iterator;
|
||||
public:
|
||||
/*********************************************************************/
|
||||
typedef ZtCObjOpt<ZCLink > ZCLinkOpt;
|
||||
typedef ZtCObjOpt<TypeData> ZCDataOpt;
|
||||
public:
|
||||
|
Reference in New Issue
Block a user