commit 2025-10-06 23:26 edit ZCppMain/ZtCSimList.H
This commit is contained in:
@ -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;}
|
||||
|
Reference in New Issue
Block a user