edit test.cpp

This commit is contained in:
2021-03-08 22:09:33 +09:00
parent b44c711708
commit eebfc2db5e
4 changed files with 12 additions and 43 deletions

View File

@ -455,10 +455,6 @@ namespace ZNsMain
형태를 사용하면 좋을 것 같다. -- 2014-06-16 23:11:00
지금은 AO_TypeHelp 도 ZtCTypeData<> 을 이용해, 최대한 참조로 받을 수 있게
하고 있다. -- 2021-03-08 20:31
/////////////////////////////////////////////////////////////////////////////*/
@ -472,7 +468,7 @@ namespace ZNsMain
{
ZNsMain::ZtCTypeData<TFunctor>::GetObjRef(AO_Functor)
(
*VP_TypeArr, ZCTypeHelp::GetObjRef(AO_TypeHelp)
*VP_TypeArr, AO_TypeHelp
);
++VP_TypeArr; ///////////////////////////////////////
}/*
@ -502,25 +498,15 @@ namespace ZNsMain
형태를 사용하면 좋을 것 같다. -- 2014-06-16 23:11:00
지금은 AO_TypeHelp1, 2 도 ZtCTypeData<> 을 이용해, 최대한 참조로 받을 수 있
게 하고 있다. -- 2021-03-08 20:31
/////////////////////////////////////////////////////////////////////////////*/
typedef ZNsMain::ZtCTypeData<TTypeHelp1> ZCTypeHelp1;
typedef ZNsMain::ZtCTypeData<TTypeHelp2> ZCTypeHelp2;
Type* VP_TypeArr = mp_TypeArr;
__for0(TypeSize, i, ml_UseSize)
{
ZNsMain::ZtCTypeData<TFunctor>::GetObjRef(AO_Functor)
(
*VP_TypeArr
, ZCTypeHelp1::GetObjRef(AO_TypeHelp1)
, ZCTypeHelp2::GetObjRef(AO_TypeHelp2)
*VP_TypeArr, AO_TypeHelp1, AO_TypeHelp2
);
++VP_TypeArr; ///////////////////////////////////////
}/*