commit 2025-08-26 12:50 edit a bit ZtCObjPtr in ZCppMain/ZMainHead.H
This commit is contained in:
@ -2915,9 +2915,9 @@ namespace ZNsMain
|
|||||||
template<typename TType> class ZtCObjPtr
|
template<typename TType> class ZtCObjPtr
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
typedef TType TypeData;
|
typedef TType TypeData ;
|
||||||
protected:
|
protected:
|
||||||
TType& mr_TypeData;
|
TypeData& mr_TypeData ;
|
||||||
public :
|
public :
|
||||||
|
|
||||||
ZtCObjPtr(TType& AR_CData) : mr_TypeData(AR_CData){}
|
ZtCObjPtr(TType& AR_CData) : mr_TypeData(AR_CData){}
|
||||||
|
Reference in New Issue
Block a user