commit 2025-10-09 13:35 edit a bit ZCppMain/ZtCStringStd.H
This commit is contained in:
@ -299,16 +299,18 @@ namespace ZNsMain
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
typedef TAlloc ZCAllocator ;
|
typedef TAlloc ZCAllocator ;
|
||||||
|
/*++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef TTypCh TypeChar ;
|
typedef TTypCh TypeChar ;
|
||||||
typedef const TTypCh TypeCharC ;
|
typedef const TTypCh TypeCharC ;
|
||||||
typedef const TTypCh* TypeCharCP ;
|
typedef const TTypCh* TypeCharCP ;
|
||||||
typedef const TTypCh* TypeCPChar ;
|
typedef const TTypCh* TypeCPChar ;
|
||||||
typedef TTypCh* TypePChar ;
|
typedef TTypCh* TypePChar ;
|
||||||
|
/*++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef TTypeString ZCTypeString;
|
typedef TTypeString ZCTypeString;
|
||||||
typedef ZtCStringBase ZCStringBase;
|
typedef ZtCStringBase ZCStringBase;
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef ZtCStringBase TypeThis ;
|
typedef ZtCStringBase TypeThis ;
|
||||||
public:
|
/*++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef typename ZCTypeString::ZCSearchInfo ZCSearchInfo ;
|
typedef typename ZCTypeString::ZCSearchInfo ZCSearchInfo ;
|
||||||
typedef typename ZCTypeString::ZCSearchInfoList ZCSearchInfoList ;
|
typedef typename ZCTypeString::ZCSearchInfoList ZCSearchInfoList ;
|
||||||
typedef typename ZCTypeString::ZCTypeChars ZCTypeChars ;
|
typedef typename ZCTypeString::ZCTypeChars ZCTypeChars ;
|
||||||
|
@ -50,14 +50,14 @@ namespace ZNsMain
|
|||||||
ZtCTypeChars <TypeChar > ZCTypeChars ;
|
ZtCTypeChars <TypeChar > ZCTypeChars ;
|
||||||
typedef ZNsChars::
|
typedef ZNsChars::
|
||||||
ZtCMainChars<ZCTypeChars> ZCMainChars ;
|
ZtCMainChars<ZCTypeChars> ZCMainChars ;
|
||||||
public:
|
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef TypeChar* TypePChar ;
|
typedef TypeChar* TypePChar ;
|
||||||
typedef const TypeChar* TypeCPChar ;
|
typedef const TypeChar* TypeCPChar ;
|
||||||
typedef TTypString TypeBase ;
|
typedef TTypString TypeBase ;
|
||||||
typedef TTypString TypeStrStd ;
|
typedef TTypString TypeStrStd ;
|
||||||
typedef ZTypLength TypeLength ;
|
typedef ZTypLength TypeLength ;
|
||||||
typedef ZTypLength TypeSize ;
|
typedef ZTypLength TypeSize ;
|
||||||
public:
|
/*+++++++++++++++++++++++++++++++++++++++++++++++++*/
|
||||||
typedef ZtCChars<TypePChar> ZCChars ;
|
typedef ZtCChars<TypePChar> ZCChars ;
|
||||||
typedef ZtCChars<TypePChar> ZCCharView ;
|
typedef ZtCChars<TypePChar> ZCCharView ;
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user