commit 2025-10-13 16:38 edit a bit ZCppMain/ZtCObjList.H
This commit is contained in:
@ -794,6 +794,10 @@ namespace ZNsMain
|
||||
class ZtCObjList //////////////////////////////////////////////////////////////
|
||||
{
|
||||
public:
|
||||
class ZCLink ;
|
||||
class ZCLinkPoint ;
|
||||
class ZCLinkPointC ;
|
||||
public:
|
||||
template<typename TypeObjList> friend class ZtCSortObjList;
|
||||
public:
|
||||
typedef TType Type ;
|
||||
@ -806,17 +810,12 @@ namespace ZNsMain
|
||||
public:
|
||||
typedef ZtCObjList TypeThis ;
|
||||
public:
|
||||
class ZCLink ;
|
||||
class ZCLinkPoint ;
|
||||
class ZCLinkPointC ;
|
||||
public:
|
||||
typedef ZCLink TypeLink ;
|
||||
typedef TypeThis TypeList ;
|
||||
public:
|
||||
typedef ZCLink* IterEasy ; // 가장 간단하게 쓰일 수 있는 반복자.
|
||||
typedef ZCLinkPoint TypeIter ;
|
||||
typedef ZCLinkPointC TypeIterC ;
|
||||
typedef ZCLinkPointC iteratorC ;
|
||||
/*********************************************************************/
|
||||
typedef ZCLinkPoint iterator ; // 다양한 기능을 가진 반복자.
|
||||
typedef ZCLinkPointC const_iterator;
|
||||
@ -829,10 +828,11 @@ namespace ZNsMain
|
||||
typedef const TypeLink TypeLinkC ;
|
||||
typedef const TypeThis TypeThisC ;
|
||||
typedef const IterEasy IterEasyC ;
|
||||
//typedef ZCLinkPointC iteratorC ;
|
||||
typedef const ZCLink ZCLinkC ;
|
||||
typedef const ZCLinkOpt ZCLinkOptC ;
|
||||
typedef const ZCDataOpt ZCDataOptC ;
|
||||
/*********************************************************************/
|
||||
typedef ZCLinkPointC iteratorC ;
|
||||
public:
|
||||
typedef typename TFeeeHeap::
|
||||
template ZtCBody<ZtCObjList> ZCFreeHeap;
|
||||
|
Reference in New Issue
Block a user