commit 2025-09-02 17:29 delete static WriteFileRaw() in ZCppMain/ZtCStringEx.H

This commit is contained in:
2025-09-02 17:29:10 +09:00
parent d42932deb4
commit c9b5fc5cb6

View File

@ -5245,31 +5245,6 @@ namespace ZNsMain
bool WriteFile(const ZCStringBase& AR_FileName, EWriteFile AE_EWriteFile, int AI_RightMode=-1) const*/ bool WriteFile(const ZCStringBase& AR_FileName, EWriteFile AE_EWriteFile, int AI_RightMode=-1) const*/
static bool WriteFileRaw(
TypeCharC* APC_FileName, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1)
{
return ZNsMain::ZfWriteFileRaw(APC_FileName, APC_Content, AL_ContentLen, AB_DoAppend, AI_RightMode);
}/*
static bool WriteFileRaw(
TypeCharC* APC_FileName, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1)*/
static bool WriteFileRaw(
const ZCStringBase& rhs, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1)
{
return WriteFileRaw(rhs.data(), APC_Content, AL_ContentLen, AB_DoAppend, AI_RightMode);
}/*
static bool ZfWriteFileRaw(
const ZCStringBase& rhs, const TypeChar* APC_Content, TypeLength AL_ContentLen, bool AB_DoAppend=true, int AI_RightMode=-1)*/
static bool WriteFileRaw(
const ZCStringBase& rhs, const ZCStringBase& AR_CStringBody, bool AB_DoAppend=true, int AI_RightMode=-1)
{
return WriteFileRaw(rhs.data(), AR_CStringBody.data(), AR_CStringBody.size(), AB_DoAppend, AI_RightMode);
}/*
static bool WriteFileRaw(
const ZCStringBase& rhs, const ZCStringBase& AR_CStringBody, bool AB_DoAppend=true, int AI_RightMode=-1)*/
static TypeLength FindPos( /////////////////////////////////////// static TypeLength FindPos( ///////////////////////////////////////
TypeCharC* APC_Origin , TypeCharC* APC_Origin ,
TypeCharC* APC_Search , TypeCharC* APC_Search ,