commit 2025-10-15 10:52 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -5841,9 +5841,9 @@ namespace ZNsMain
|
|||||||
public :
|
public :
|
||||||
friend class ZtCBaseList;
|
friend class ZtCBaseList;
|
||||||
private:
|
private:
|
||||||
TypeData mo_DataObjt ;
|
|
||||||
ZCLink* mp_NextLink ;
|
ZCLink* mp_NextLink ;
|
||||||
ZCLink* mp_PrevLink ;
|
ZCLink* mp_PrevLink ;
|
||||||
|
TypeData mo_DataObjt ;
|
||||||
private:
|
private:
|
||||||
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
ZCLink* GetNextPtr() {return mp_NextLink;}
|
ZCLink* GetNextPtr() {return mp_NextLink;}
|
||||||
|
@ -851,9 +851,9 @@ namespace ZNsMain
|
|||||||
public :
|
public :
|
||||||
template<int> friend class ZNsIFaceEx::ZtCFreeHeapCDL ;
|
template<int> friend class ZNsIFaceEx::ZtCFreeHeapCDL ;
|
||||||
private:
|
private:
|
||||||
TypeData mo_DataObjt;
|
|
||||||
ZCLink* mp_NextLink;
|
ZCLink* mp_NextLink;
|
||||||
ZCLink* mp_PrevLink;
|
ZCLink* mp_PrevLink;
|
||||||
|
TypeData mo_DataObjt;
|
||||||
private:
|
private:
|
||||||
|
|
||||||
static void JoinLink(ZCLink* AP_PrevLink, ZCLink* AP_NextLink)
|
static void JoinLink(ZCLink* AP_PrevLink, ZCLink* AP_NextLink)
|
||||||
|
Reference in New Issue
Block a user