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

@ -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()