commit 2025-08-21 12:44 edit a bit ZtCArray
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user