commit 2025-09-04 15:23 edit a bit ZCppMainTest/ZtCThreadEx_000.cpp
This commit is contained in:
@ -778,9 +778,7 @@ namespace ZNsMain
|
||||
&ZtCThreadEx::template ThreadFuncHelpKey
|
||||
<
|
||||
TypeData
|
||||
>/*
|
||||
&ZtCThreadEx::template ThreadFuncHelpKey*/
|
||||
,
|
||||
> ,
|
||||
VP_CHelpKeyParam
|
||||
/*/////////*/ ); ///////////////////////////////////////
|
||||
}/*
|
||||
@ -798,21 +796,21 @@ namespace ZNsMain
|
||||
|
||||
typedef ZtCHelpKeyParam2<TypeData1, TypeData2> ZCHelpKeyParam;
|
||||
|
||||
ZCHelpKeyParam* VP_CHelpKeyParam = new ZCHelpKeyParam(
|
||||
ZCCheckRef1::PassData(AR_HelpKey1),
|
||||
ZCCheckRef2::PassData(AR_HelpKey2),
|
||||
*GetCDerivePtr()
|
||||
/*/////////*/ ); /////////////////////////////////////
|
||||
ZCHelpKeyParam* VP_CHelpKeyParam = new ZCHelpKeyParam
|
||||
(
|
||||
ZCCheckRef1::PassData(AR_HelpKey1),
|
||||
ZCCheckRef2::PassData(AR_HelpKey2),
|
||||
*GetCDerivePtr()
|
||||
);
|
||||
/////////////////////////////////////////////////////
|
||||
|
||||
return this->TThread::Make(
|
||||
&ZtCThreadEx::template ThreadFuncHelpKey2
|
||||
<
|
||||
TypeData1, TypeData2
|
||||
>/*
|
||||
&ZtCThreadEx::template ThreadFuncHelpKey2*/
|
||||
,
|
||||
VP_CHelpKeyParam
|
||||
/*/////////*/ ); ////////////////////////////////////////
|
||||
return this->TThread::Make
|
||||
(
|
||||
&ZtCThreadEx::template
|
||||
ThreadFuncHelpKey2<TypeData1, TypeData2>,
|
||||
VP_CHelpKeyParam
|
||||
);
|
||||
/*:::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||
}/*
|
||||
template<typename THelpKey1, typename THelpKey2>
|
||||
bool Make(THelpKey1 AR_HelpKey1, THelpKey2 AR_HelpKey2) */
|
||||
@ -834,22 +832,22 @@ namespace ZNsMain
|
||||
typedef ZtCHelpKeyParam3
|
||||
<TypeData1, TypeData2, TypeData3> ZCHelpKeyParam ;
|
||||
|
||||
ZCHelpKeyParam* VP_CHelpKeyParam = new ZCHelpKeyParam(
|
||||
ZCCheckRef1::PassData(AR_HelpKey1),
|
||||
ZCCheckRef2::PassData(AR_HelpKey2),
|
||||
ZCCheckRef3::PassData(AR_HelpKey3),
|
||||
*GetCDerivePtr()
|
||||
/*/////////*/ ); /////////////////////////////////////
|
||||
ZCHelpKeyParam* VP_CHelpKeyParam = new ZCHelpKeyParam
|
||||
(
|
||||
ZCCheckRef1::PassData(AR_HelpKey1),
|
||||
ZCCheckRef2::PassData(AR_HelpKey2),
|
||||
ZCCheckRef3::PassData(AR_HelpKey3),
|
||||
*GetCDerivePtr()
|
||||
);
|
||||
/////////////////////////////////////////////////////
|
||||
|
||||
return this->TThread::Make(
|
||||
&ZtCThreadEx::template ThreadFuncHelpKey3
|
||||
<
|
||||
TypeData1, TypeData2, TypeData3
|
||||
>/*
|
||||
&ZtCThreadEx::template ThreadFuncHelpKey3*/
|
||||
,
|
||||
VP_CHelpKeyParam
|
||||
/*/////////*/ ); ////////////////////////////////////////
|
||||
return this->TThread::Make /*::::::::::::::::::::::*/
|
||||
(
|
||||
&ZtCThreadEx::template
|
||||
ThreadFuncHelpKey3<TypeData1, TypeData2, TypeData3> ,
|
||||
VP_CHelpKeyParam
|
||||
);
|
||||
/*:::::::::::::::::::::::::::::::::::::::::::::::::*/
|
||||
}/*
|
||||
template
|
||||
<typename THelpKey1 , typename THelpKey2 , typename THelpKey3 >
|
||||
|
Reference in New Issue
Block a user