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 ;
|
||||
|
Reference in New Issue
Block a user