commit 2025-10-06 23:26 edit ZCppMain/ZtCSimList.H
This commit is contained in:
@ -1557,6 +1557,7 @@ namespace ZNsMain
|
||||
TypeSize size () const{return ml_LinkSize ;}
|
||||
|
||||
bool IsEmpty() const{return ml_LinkSize<1;}
|
||||
bool empty () const{return ml_LinkSize<1;}
|
||||
|
||||
|
||||
void DeleteAll()
|
||||
@ -2352,6 +2353,7 @@ namespace ZNsMain
|
||||
TypeSize size () const{return ml_LinkSize ;}
|
||||
|
||||
bool IsEmpty() const{return ml_LinkSize<1;}
|
||||
bool empty () const{return ml_LinkSize<1;}
|
||||
|
||||
|
||||
void DeleteAll()
|
||||
|
Reference in New Issue
Block a user