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()
|
void clear()
|
||||||
{
|
{
|
||||||
this->TypeBase::clear();
|
this->TypeBase:: /*****/ clear();
|
||||||
this->ml_ListBuffAllByte=0;
|
this->ml_ListBuffAllByte = 0 ;
|
||||||
this->mo_CStringListBuff.clear();
|
this->mo_CStringListBuff.clear();
|
||||||
}/*
|
}/*
|
||||||
void clear()*/
|
void clear()*/
|
||||||
|
|
||||||
void erase()
|
void erase(){ clear(); }
|
||||||
{
|
|
||||||
clear();
|
|
||||||
}/*
|
|
||||||
void erase()
|
|
||||||
|
|
||||||
public:*/
|
public:*/
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user