commit 2025-08-21 12:44 edit a bit ZtCArray

This commit is contained in:
2025-08-21 12:44:34 +09:00
parent 4386372bf0
commit 9d407559ca
2 changed files with 17 additions and 0 deletions

View File

@ -30,6 +30,7 @@ namespace ZNsMain
typedef const ZCIterator const_iterator;
public:
class ZCIterator
{
private: mutable
@ -92,6 +93,7 @@ namespace ZNsMain
};/*
class ZCIterator
public :*/
protected:
enum{ZEAddSize=20};
@ -137,6 +139,8 @@ namespace ZNsMain
ZCArray& operator=(const ZCArray& rhs)
{
if(this==&rhs) return *this ;
ReAlloc(rhs.ml_UseSize, false);
ml_UseSize=rhs.ml_UseSize;