Solution46
|
継承メンバを含む LibCommon::CFile の全メンバ一覧です。
CFile() noexcept | LibCommon::CFile | explicit |
CFile(CFile const &)=delete | LibCommon::CFile | private |
Close() noexcept | LibCommon::CFile | virtual |
Create(wchar_t const *pszPath, UINT uCodePage=CP_UTF16) noexcept | LibCommon::CFile | virtual |
GetBomData(UINT uCodePage, int &nSize) noexcept | LibCommon::CFile | static |
GetCodeSizeUtf8(char unsigned ch, int &nSize) noexcept | LibCommon::CFile | static |
GetFilePoint() const noexcept | LibCommon::CFile | virtual |
GetFileSize() const noexcept | LibCommon::CFile | virtual |
GetHandle() const noexcept | LibCommon::CFile | inlinevirtual |
InputCodePage(UINT &ruCodePage, int &rnUtf8, int &rnSJis) noexcept | LibCommon::CFile | virtual |
IsAscii(char unsigned ch) noexcept | LibCommon::CFile | static |
IsConfirmedFirstByteSjis(char unsigned ch) noexcept | LibCommon::CFile | static |
IsConfirmedKanaSjis(char unsigned ch) noexcept | LibCommon::CFile | static |
IsFirstByteSjis(char unsigned ch) noexcept | LibCommon::CFile | static |
IsKanaSjis(char unsigned ch) noexcept | LibCommon::CFile | static |
IsKanaUnicode(wchar_t ch) noexcept | LibCommon::CFile | static |
IsSecondByteSjis(char unsigned ch) noexcept | LibCommon::CFile | static |
m_hFile | LibCommon::CFile | protected |
m_uCodePage | LibCommon::CFile | protected |
Open(wchar_t const *pszPath, bool bWrite=false) noexcept | LibCommon::CFile | virtual |
OpenAppend(wchar_t const *pszPath, UINT uCodePage=CP_UTF16) noexcept | LibCommon::CFile | virtual |
operator=(CFile const &)=delete | LibCommon::CFile | private |
OutputBom(UINT uCodePage) noexcept | LibCommon::CFile | virtual |
Read(void *pBuffer, LONGLONG nSize) noexcept | LibCommon::CFile | virtual |
ReadCodeBytes(unsigned char pBuffer[MB_LEN_MAX], int &nCount, int nSize) noexcept | LibCommon::CFile | virtual |
SetFileEnd() noexcept | LibCommon::CFile | virtual |
SetFilePoint(LONGLONG nPoint) noexcept | LibCommon::CFile | virtual |
Write(void const *pBuffer, LONGLONG nSize) noexcept | LibCommon::CFile | virtual |
~CFile() noexcept | LibCommon::CFile | virtual |