edit ZMainHead.H
This commit is contained in:
@ -2039,7 +2039,7 @@ namespace ZNsMain
|
|||||||
class ZtCTypeObjUnitList //////////////////////////
|
class ZtCTypeObjUnitList //////////////////////////
|
||||||
{
|
{
|
||||||
public :
|
public :
|
||||||
enum{ZZEArrSize =TInArrSize };
|
enum{ZEArrSize =TInArrSize };
|
||||||
enum{ZEMaxUnitCnt =TInMaxUnitCnt};
|
enum{ZEMaxUnitCnt =TInMaxUnitCnt};
|
||||||
public :
|
public :
|
||||||
typedef Type TypeData ;
|
typedef Type TypeData ;
|
||||||
@ -2081,7 +2081,7 @@ namespace ZNsMain
|
|||||||
public :
|
public :
|
||||||
typedef TTypeObjUnitList TypeObjUnitList;
|
typedef TTypeObjUnitList TypeObjUnitList;
|
||||||
public :
|
public :
|
||||||
enum{ZZEArrSize =TypeObjUnitList::ZEArrSize };
|
enum{ZEArrSize =TypeObjUnitList::ZEArrSize };
|
||||||
enum{ZEMaxUnitCnt =TypeObjUnitList::ZEMaxUnitCnt};
|
enum{ZEMaxUnitCnt =TypeObjUnitList::ZEMaxUnitCnt};
|
||||||
public :
|
public :
|
||||||
typedef typename TypeObjUnitList::TypeData TypeData ;
|
typedef typename TypeObjUnitList::TypeData TypeData ;
|
||||||
@ -2090,7 +2090,7 @@ namespace ZNsMain
|
|||||||
typedef typename TypeObjUnitList::TypeAlloc TypeAlloc;
|
typedef typename TypeObjUnitList::TypeAlloc TypeAlloc;
|
||||||
public :
|
public :
|
||||||
typedef TypeData TypeArr[ZEArrSize];
|
typedef TypeData TypeArr[ZEArrSize];
|
||||||
typedef TypeData ZCLink ; // 이 typedef 에 주의.
|
typedef TypeData ZCLink ; // 이 typedef 에 주의.
|
||||||
public :
|
public :
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user