commit 2025-10-12 23:29 edit a bit ZCppMain/ZtCObjList.H
This commit is contained in:
@ -5849,13 +5849,13 @@ namespace ZNsMain
|
|||||||
|
|
||||||
TypeList & GetList() {return mr_CurrList;}
|
TypeList & GetList() {return mr_CurrList;}
|
||||||
TypeLink & GetLink() {return *mp_CurrLink;}
|
TypeLink & GetLink() {return *mp_CurrLink;}
|
||||||
|
|
||||||
|
TypeThisC& GetList() const{return mr_CurrList;}
|
||||||
|
TypeLinkC& GetLink() const{return *mp_CurrLink;}
|
||||||
/***************************************************/
|
/***************************************************/
|
||||||
TypeSize GetPos () const{return ml_CurrPos ;}
|
TypeSize GetPos () const{return ml_CurrPos ;}
|
||||||
/***************************************************/
|
/***************************************************/
|
||||||
|
|
||||||
const TypeList& GetList() const{return mr_CurrList;}
|
|
||||||
const TypeLink& GetLink() const{return *mp_CurrLink;}
|
|
||||||
|
|
||||||
|
|
||||||
bool IsValid() const{return mr_CurrList.size()>0;}
|
bool IsValid() const{return mr_CurrList.size()>0;}
|
||||||
bool IsEmpty() const{return mr_CurrList.size()<1;}
|
bool IsEmpty() const{return mr_CurrList.size()<1;}
|
||||||
|
@ -1059,12 +1059,12 @@ namespace ZNsMain
|
|||||||
|
|
||||||
TypeList & GetList() {return mr_CurrList;}
|
TypeList & GetList() {return mr_CurrList;}
|
||||||
TypeLink & GetLink() {return *mp_CurrLink;}
|
TypeLink & GetLink() {return *mp_CurrLink;}
|
||||||
/***************************************************/
|
|
||||||
TypeSize GetPos () const{ return ml_CurrPos; }
|
|
||||||
/***************************************************/
|
|
||||||
|
|
||||||
TypeListC& GetList() const{return mr_CurrList;}
|
TypeListC& GetList() const{return mr_CurrList;}
|
||||||
TypeLinkC& GetLink() const{return *mp_CurrLink;}
|
TypeLinkC& GetLink() const{return *mp_CurrLink;}
|
||||||
|
/***************************************************/
|
||||||
|
TypeSize GetPos () const{return ml_CurrPos ;}
|
||||||
|
/***************************************************/
|
||||||
|
|
||||||
|
|
||||||
bool IsValid() const{return mr_CurrList.size()>0;}
|
bool IsValid() const{return mr_CurrList.size()>0;}
|
||||||
|
Reference in New Issue
Block a user