commit 2025-10-10 14:45 edit a bit : ZCppMain/ZMainHead.H
This commit is contained in:
@ -872,17 +872,11 @@ namespace ZNsMain
|
||||
const TType& GetData(TTypSize AL_FarNum) const*/
|
||||
|
||||
|
||||
TType& operator*()
|
||||
{
|
||||
return mo_DataObjt;
|
||||
}/*
|
||||
TType& operator*()*/
|
||||
TType& operator* (){return mo_DataObjt;}
|
||||
TType& operator()(){return mo_DataObjt;}
|
||||
|
||||
const TType& operator*() const
|
||||
{
|
||||
return mo_DataObjt;
|
||||
}/*
|
||||
const TType& operator*() const*/
|
||||
const TType& operator* () const{return mo_DataObjt;}
|
||||
const TType& operator()() const{return mo_DataObjt;}
|
||||
|
||||
|
||||
ZCLink* GetNextPtr(TTypSize AL_FarNum) // must AL_FarNum > 0
|
||||
|
Reference in New Issue
Block a user