commit 2025-08-25 23:25 edit a bit ZtCObjectNew in ZCppMain/ZMainHead.H
This commit is contained in:
@ -2941,7 +2941,7 @@ namespace ZNsMain
|
||||
|
||||
template< typename TType, typename TAllocClass=ZCAllocClass
|
||||
>
|
||||
class ZtCObjectNew : public TAllocClass ////////////////////
|
||||
class ZtCObjectNew : public TAllocClass /////////////////////
|
||||
{
|
||||
public :
|
||||
typedef TType TypeData ;
|
||||
@ -3033,14 +3033,14 @@ namespace ZNsMain
|
||||
|
||||
operator TypeData& (){return mp_StTypeRefCnt->MO_TypeData;}
|
||||
|
||||
ZTypInt GetRefCnt() const{return mp_StTypeRefCnt->MI_RefCount;}
|
||||
TypeData* GetObjPtr() const{return &mp_StTypeRefCnt->MO_TypeData;}
|
||||
ZTypInt GetRefCnt () const{return mp_StTypeRefCnt->MI_RefCount;}
|
||||
TypeData* GetObjPtr () const{return &mp_StTypeRefCnt->MO_TypeData;}
|
||||
|
||||
public :
|
||||
};/*
|
||||
template< typename TType, typename TAllocClass=ZCAllocClass
|
||||
>
|
||||
class ZtCObjectNew : public TAllocClass //////////////////*/
|
||||
class ZtCObjectNew : public TAllocClass ///////////////////*/
|
||||
|
||||
|
||||
#ifdef _DEBUG
|
||||
|
Reference in New Issue
Block a user