commit 2025-10-13 19:12 mr_CurrList => to first member in ZCNodePoint : ZCppMain/ZMainHead.H
This commit is contained in:
@ -5864,9 +5864,9 @@ namespace ZNsMain
|
||||
class ZCNodePoint
|
||||
{
|
||||
private:
|
||||
/*****/ TypeList& mr_CurrList;
|
||||
mutable TypeLink* mp_CurrLink; // 사실상 mp_CurrLink!=0
|
||||
mutable TypeSize ml_CurrPos ;
|
||||
/*****/ TypeList& mr_CurrList;
|
||||
public:
|
||||
ZCNodePoint(TypeList& AR_TypeList) :
|
||||
mr_CurrList(AR_TypeList)
|
||||
|
@ -43,10 +43,10 @@ namespace ZNsMain
|
||||
|
||||
class ZCNodePoint
|
||||
{
|
||||
private: mutable
|
||||
private:
|
||||
ZtCArray& mr_CArray; mutable
|
||||
TypeData* mp_Data ; mutable
|
||||
TypeSize ml_ElePos; // *mp_Data 가 배열에서 차지하는 위치
|
||||
ZtCArray& mr_CArray;
|
||||
public:
|
||||
|
||||
ZCNodePoint(ZtCArray& AR_CArray, Type& AR_CData, TSize AL_ElePos) :
|
||||
|
@ -1051,9 +1051,9 @@ namespace ZNsMain
|
||||
class ZCNodePoint
|
||||
{
|
||||
protected:
|
||||
/*****/ TypeList& mr_CurrList;
|
||||
mutable TypeLink* mp_CurrLink; // 사실상 mp_CurrLink!=0
|
||||
mutable TypeSize ml_CurrPos ;
|
||||
/*****/ TypeList& mr_CurrList;
|
||||
public :
|
||||
ZCNodePoint(TypeList& AR_TypeList) :
|
||||
mr_CurrList(AR_TypeList)
|
||||
|
@ -978,9 +978,9 @@ namespace ZNsMain
|
||||
class ZCNodePoint
|
||||
{
|
||||
private:
|
||||
/*****/ TypeList& mr_CurrList;
|
||||
mutable TypeLink* mp_CurrLink; // 사실상 mp_CurrLink!=0
|
||||
mutable TypeSize ml_CurrPos ;
|
||||
/*****/ TypeList& mr_CurrList;
|
||||
public:
|
||||
ZCNodePoint(TypeList& AR_TypeList) :
|
||||
mr_CurrList(AR_TypeList)
|
||||
|
@ -369,7 +369,7 @@ namespace ZNsMain
|
||||
|
||||
typedef CStringList1::iterator iterator1 ;
|
||||
//typedef CStringList1::ZCLinkPointEx iteratorEx1;
|
||||
typedef CStringList1::ZCLinkPointC iteratorC1 ;
|
||||
typedef CStringList1::ZCNodePointC iteratorC1 ;
|
||||
|
||||
iterator1 VO_Iter1 = VO_ListOfStr11.end();
|
||||
//iteratorEx1 VO_IterEx1 = VO_ListOfStr11.end();
|
||||
|
Reference in New Issue
Block a user