commit 2025-09-04 14:13 add ZCppMain/ZCProcess.H & ZCppMainTest/ZtCThreadEx_000.cpp
This commit is contained in:
@ -2671,15 +2671,15 @@ namespace ZNsMain
|
||||
|
||||
template< typename TType, typename TypeArg=const TType&
|
||||
>
|
||||
class ZtCExceptBase_T /*///////////////////////////////*/
|
||||
class ZtCExceptBase /*/////////////////////////////////*/
|
||||
{
|
||||
protected:
|
||||
TType mo_Type;
|
||||
public :
|
||||
|
||||
ZtCExceptBase_T(){}
|
||||
ZtCExceptBase(){}
|
||||
|
||||
ZtCExceptBase_T(TypeArg TypeArgObj):mo_Type(TypeArgObj){}
|
||||
ZtCExceptBase(TypeArg TypeArgObj):mo_Type(TypeArgObj){}
|
||||
|
||||
TType& operator()(){return mo_Type;}
|
||||
|
||||
@ -2687,7 +2687,7 @@ namespace ZNsMain
|
||||
};/*
|
||||
template< typename TType, typename TypeArg=const TType&
|
||||
>
|
||||
class ZtCExceptBase_T /////////////////////////////////*/
|
||||
class ZtCExceptBase ///////////////////////////////////*/
|
||||
|
||||
|
||||
/*/////////////////////////////////////////////////////////////////////////////////
|
||||
@ -2705,16 +2705,16 @@ namespace ZNsMain
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////*/
|
||||
|
||||
class CNonCopyable
|
||||
class ZCNonCopyable
|
||||
{
|
||||
private:
|
||||
CNonCopyable(const CNonCopyable& rhs){}
|
||||
CNonCopyable& operator=(const CNonCopyable& rhs){return *this;}
|
||||
ZCNonCopyable(const ZCNonCopyable& rhs){}
|
||||
ZCNonCopyable& operator=(const ZCNonCopyable& rhs){return *this;}
|
||||
public :
|
||||
CNonCopyable(){}
|
||||
ZCNonCopyable(){}
|
||||
public :
|
||||
};/*
|
||||
class CNonCopyable*/
|
||||
class ZCNonCopyable*/
|
||||
|
||||
|
||||
/*///////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user