commit 2025-10-10 14:45 edit a bit : ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-10 14:46:10 +09:00
parent 93080593d1
commit 8924a85c85
5 changed files with 51 additions and 31 deletions

View File

@ -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