commit 2025-10-06 23:26 edit ZCppMain/ZtCSimList.H

This commit is contained in:
2025-10-06 23:26:10 +09:00
parent cd4e81a89a
commit 586c7aee43
4 changed files with 45 additions and 290 deletions

View File

@ -1552,11 +1552,8 @@ namespace ZNsMain
ZtCObjList& operator=(const ZtCObjList& rhs)*/
bool IsEmpty() const
{
return mp_HeadLink==0 ;
}/*
bool IsEmpty() const*/
bool IsEmpty() const{ return mp_HeadLink==0 ; }
bool empty () const{ return mp_HeadLink==0 ; }
TypeSize GetSize () const{return ml_LinkSize;}