commit 2025-10-09 12:04 edit a bit ZCppMain/ZMainHead.H
This commit is contained in:
@ -7440,11 +7440,12 @@ namespace ZNsMain
|
|||||||
typedef TTypString /*++*/ TypeCStr;
|
typedef TTypString /*++*/ TypeCStr;
|
||||||
typedef typename
|
typedef typename
|
||||||
ZtCCharInt<TypeChar>::TypeInt TypeInt ;
|
ZtCCharInt<TypeChar>::TypeInt TypeInt ;
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
static const int CI_ByteSize = sizeof(TypeChar);
|
static const int CI_ByteSize = sizeof(TypeChar);
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef TypeChar char_type ; // for stl string/wstring
|
typedef TypeChar char_type ; // for stl string/wstring
|
||||||
typedef TypeInt int_type ; // for stl string/wstring
|
typedef TypeInt int_type ; // for stl string/wstring
|
||||||
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
public:
|
public:
|
||||||
};/*
|
};/*
|
||||||
template<typename TTypString> class ZtCCharType*/
|
template<typename TTypString> class ZtCCharType*/
|
||||||
@ -7456,11 +7457,12 @@ namespace ZNsMain
|
|||||||
typedef char /*+++++++*/ TypeChar;
|
typedef char /*+++++++*/ TypeChar;
|
||||||
typedef typename
|
typedef typename
|
||||||
ZtCCharInt<char>::TypeInt TypeInt ;
|
ZtCCharInt<char>::TypeInt TypeInt ;
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
static const int CI_ByteSize = sizeof(TypeChar);
|
static const int CI_ByteSize = sizeof(TypeChar);
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef TypeChar char_type ; // for stl string/wstring
|
typedef TypeChar char_type ;
|
||||||
typedef TypeInt int_type ; // for stl string/wstring
|
typedef TypeInt int_type ;
|
||||||
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
public:
|
public:
|
||||||
};/*
|
};/*
|
||||||
template<> class ZtCCharType<std::string>*/
|
template<> class ZtCCharType<std::string>*/
|
||||||
@ -7472,11 +7474,12 @@ namespace ZNsMain
|
|||||||
typedef wchar_t /*+++++++*/ TypeChar;
|
typedef wchar_t /*+++++++*/ TypeChar;
|
||||||
typedef typename
|
typedef typename
|
||||||
ZtCCharInt<wchar_t>::TypeInt TypeInt ;
|
ZtCCharInt<wchar_t>::TypeInt TypeInt ;
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
static const int CI_ByteSize = sizeof(TypeChar);
|
static const int CI_ByteSize = sizeof(TypeChar);
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef TypeChar char_type ; // for stl string/wstring
|
typedef TypeChar char_type ;
|
||||||
typedef TypeInt int_type ; // for stl string/wstring
|
typedef TypeInt int_type ;
|
||||||
|
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
public:
|
public:
|
||||||
};/*
|
};/*
|
||||||
template<> class ZtCCharType<std::wstring>*/
|
template<> class ZtCCharType<std::wstring>*/
|
||||||
|
Reference in New Issue
Block a user