commit 2025-10-09 16:12 edit a bit ZCppMain/ZtCStringEx.H
This commit is contained in:
@ -7440,17 +7440,13 @@ namespace ZNsMain
|
||||
|
||||
void clear()
|
||||
{
|
||||
this->TypeBase::clear();
|
||||
this->ml_ListBuffAllByte=0;
|
||||
this->TypeBase:: /*****/ clear();
|
||||
this->ml_ListBuffAllByte = 0 ;
|
||||
this->mo_CStringListBuff.clear();
|
||||
}/*
|
||||
void clear()*/
|
||||
|
||||
void erase()
|
||||
{
|
||||
clear();
|
||||
}/*
|
||||
void erase()
|
||||
void erase(){ clear(); }
|
||||
|
||||
public:*/
|
||||
public:
|
||||
|
Reference in New Issue
Block a user