commit 2025-08-25 23:15 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -2917,14 +2917,14 @@ namespace ZNsMain
|
||||
public :
|
||||
typedef TType TypeData;
|
||||
protected:
|
||||
TType& mr_TypeData;
|
||||
TType& mr_TypeData;
|
||||
public :
|
||||
|
||||
ZtCObjectPtr(TType& ArCData):mr_TypeData(ArCData){}
|
||||
ZtCObjectPtr(TType& AR_CData) : mr_TypeData(AR_CData){}
|
||||
|
||||
TType* operator->(){return &mr_TypeData;}
|
||||
TType& operator* (){return mr_TypeData;}
|
||||
operator TType& (){return mr_TypeData;}
|
||||
TypeData* operator->(){return &mr_TypeData;}
|
||||
TypeData& operator* (){return mr_TypeData;}
|
||||
operator TypeData& (){return mr_TypeData;}
|
||||
|
||||
public :
|
||||
};/*
|
||||
|
Reference in New Issue
Block a user