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