commit 2025-10-09 12:04 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-09 12:04:20 +09:00
parent 53125f9556
commit b58796277d

View File

@ -7440,11 +7440,12 @@ namespace ZNsMain
typedef TTypString /*++*/ TypeCStr;
typedef typename
ZtCCharInt<TypeChar>::TypeInt TypeInt ;
public:
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
static const int CI_ByteSize = sizeof(TypeChar);
public:
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef TypeChar char_type ; // for stl string/wstring
typedef TypeInt int_type ; // for stl string/wstring
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
public:
};/*
template<typename TTypString> class ZtCCharType*/
@ -7456,11 +7457,12 @@ namespace ZNsMain
typedef char /*+++++++*/ TypeChar;
typedef typename
ZtCCharInt<char>::TypeInt TypeInt ;
public:
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
static const int CI_ByteSize = sizeof(TypeChar);
public:
typedef TypeChar char_type ; // for stl string/wstring
typedef TypeInt int_type ; // for stl string/wstring
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef TypeChar char_type ;
typedef TypeInt int_type ;
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
public:
};/*
template<> class ZtCCharType<std::string>*/
@ -7472,11 +7474,12 @@ namespace ZNsMain
typedef wchar_t /*+++++++*/ TypeChar;
typedef typename
ZtCCharInt<wchar_t>::TypeInt TypeInt ;
public:
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
static const int CI_ByteSize = sizeof(TypeChar);
public:
typedef TypeChar char_type ; // for stl string/wstring
typedef TypeInt int_type ; // for stl string/wstring
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef TypeChar char_type ;
typedef TypeInt int_type ;
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
public:
};/*
template<> class ZtCCharType<std::wstring>*/