commit 2025-10-09 13:35 edit a bit ZCppMain/ZtCStringStd.H

This commit is contained in:
2025-10-09 13:36:03 +09:00
parent 22ce305df6
commit 299bbe8c51
2 changed files with 6 additions and 4 deletions

View File

@ -299,16 +299,18 @@ namespace ZNsMain
public:
typedef TAlloc ZCAllocator ;
/*++++++++++++++++++++++++++++++++++++++++++*/
typedef TTypCh TypeChar ;
typedef const TTypCh TypeCharC ;
typedef const TTypCh* TypeCharCP ;
typedef const TTypCh* TypeCPChar ;
typedef TTypCh* TypePChar ;
/*++++++++++++++++++++++++++++++++++++++++++*/
typedef TTypeString ZCTypeString;
typedef ZtCStringBase ZCStringBase;
public:
/*++++++++++++++++++++++++++++++++++++++++++*/
typedef ZtCStringBase TypeThis ;
public:
/*++++++++++++++++++++++++++++++++++++++++++*/
typedef typename ZCTypeString::ZCSearchInfo ZCSearchInfo ;
typedef typename ZCTypeString::ZCSearchInfoList ZCSearchInfoList ;
typedef typename ZCTypeString::ZCTypeChars ZCTypeChars ;

View File

@ -50,14 +50,14 @@ namespace ZNsMain
ZtCTypeChars <TypeChar > ZCTypeChars ;
typedef ZNsChars::
ZtCMainChars<ZCTypeChars> ZCMainChars ;
public:
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef TypeChar* TypePChar ;
typedef const TypeChar* TypeCPChar ;
typedef TTypString TypeBase ;
typedef TTypString TypeStrStd ;
typedef ZTypLength TypeLength ;
typedef ZTypLength TypeSize ;
public:
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
typedef ZtCChars<TypePChar> ZCChars ;
typedef ZtCChars<TypePChar> ZCCharView ;
public: