commit 2025-10-06 23:26 edit ZCppMain/ZtCSimList.H
This commit is contained in:
@ -6421,6 +6421,9 @@ namespace ZNsMain
|
||||
return GetChildObj().size_free();
|
||||
}
|
||||
|
||||
bool IsEmpty() const{return ml_LinkSize<1;}
|
||||
bool empty () const{return ml_LinkSize<1;}
|
||||
|
||||
|
||||
void push_front(TypeArg AO_ArgData){AddHead(AO_ArgData);}
|
||||
void push_back (TypeArg AO_ArgData){AddTail(AO_ArgData);}
|
||||
|
Reference in New Issue
Block a user