commit 2025-08-24 00:20 add and test ZCppMainTest/ZtCLoadXml_000.cpp
This commit is contained in:
@ -852,14 +852,14 @@ namespace ZNsMain
|
||||
|
||||
ZtCObjAVL& operator=(const ZtCObjAVL& rhs)
|
||||
{
|
||||
if(this==&rhs) {return ;}
|
||||
if(this==&rhs) {return *this;}
|
||||
|
||||
DeleteAll(); if(rhs.mp_HeadNode==0){ return; }
|
||||
DeleteAll(); if(rhs.mp_HeadNode==0){ return *this;}
|
||||
|
||||
ZCNode* VP_Temp=rhs.mp_HeadNode;
|
||||
ZCNode* VP_Tail=rhs.mp_HeadNode->mp_PrevNode;
|
||||
|
||||
do /**/
|
||||
do //////
|
||||
{
|
||||
AddData(VP_Temp->mo_Type);
|
||||
|
||||
|
Reference in New Issue
Block a user