ZNC
trunk
|
This is the complete list of members for CFile, including all inherited members.
CFile() | CFile | |
CFile(const CString &sLongName) | CFile | |
Chmod(mode_t mode) | CFile | |
Chmod(const CString &sFile, mode_t mode) | CFile | static |
ClearBuffer() | CFile | |
Close() | CFile | |
Copy(const CString &sNewFileName, bool bOverwrite=false) | CFile | |
Copy(const CString &sOldFileName, const CString &sNewFileName, bool bOverwrite=false) | CFile | static |
Delete() | CFile | |
Delete(const CString &sFileName) | CFile | static |
EFileAttr enum name | CFile | |
EFileTypes enum name | CFile | |
Exists() const | CFile | |
Exists(const CString &sFile) | CFile | static |
ExLock() | CFile | |
FA_ATime enum value | CFile | |
FA_CTime enum value | CFile | |
FA_MTime enum value | CFile | |
FA_Name enum value | CFile | |
FA_Size enum value | CFile | |
FA_UID enum value | CFile | |
FT_BLOCK enum value | CFile | |
FT_CHARACTER enum value | CFile | |
FT_DIRECTORY enum value | CFile | |
FT_FIFO enum value | CFile | |
FT_LINK enum value | CFile | |
FT_REGULAR enum value | CFile | |
FT_SOCK enum value | CFile | |
FType(const CString &sFileName, EFileTypes eType, bool bUseLstat=false) | CFile | static |
GetATime() const | CFile | |
GetATime(const CString &sFile) | CFile | static |
GetCTime() const | CFile | |
GetCTime(const CString &sFile) | CFile | static |
GetDir() const | CFile | |
GetGID() const | CFile | |
GetGID(const CString &sFile) | CFile | static |
GetHomePath() | CFile | inlinestatic |
GetInfo(const CString &sFile, struct stat &st) | CFile | static |
GetLongName() const | CFile | |
GetMTime() const | CFile | |
GetMTime(const CString &sFile) | CFile | static |
GetShortName() const | CFile | |
GetSize() const | CFile | |
GetSize(const CString &sFile) | CFile | static |
GetUID() const | CFile | |
GetUID(const CString &sFile) | CFile | static |
HadError() const | CFile | inline |
InitHomePath(const CString &sFallback) | CFile | static |
IsBlk(const CString &sLongName, bool bUseLstat=false) | CFile | static |
IsBlk(bool bUseLstat=false) const | CFile | |
IsChr(const CString &sLongName, bool bUseLstat=false) | CFile | static |
IsChr(bool bUseLstat=false) const | CFile | |
IsDir(const CString &sLongName, bool bUseLstat=false) | CFile | static |
IsDir(bool bUseLstat=false) const | CFile | |
IsFifo(const CString &sLongName, bool bUseLstat=false) | CFile | static |
IsFifo(bool bUseLstat=false) const | CFile | |
IsLnk(const CString &sLongName, bool bUseLstat=true) | CFile | static |
IsLnk(bool bUseLstat=true) const | CFile | |
IsOpen() const | CFile | |
IsReg(const CString &sLongName, bool bUseLstat=false) | CFile | static |
IsReg(bool bUseLstat=false) const | CFile | |
IsSock(const CString &sLongName, bool bUseLstat=false) | CFile | static |
IsSock(bool bUseLstat=false) const | CFile | |
m_sLongName | CFile | protected |
m_sShortName | CFile | protected |
Move(const CString &sNewFileName, bool bOverwrite=false) | CFile | |
Move(const CString &sOldFileName, const CString &sNewFileName, bool bOverwrite=false) | CFile | static |
Open(const CString &sFileName, int iFlags=O_RDONLY, mode_t iMode=0644) | CFile | |
Open(int iFlags=O_RDONLY, mode_t iMode=0644) | CFile | |
Read(char *pszBuffer, int iBytes) | CFile | |
ReadFile(CString &sData, size_t iMaxSize=512 *1024) | CFile | |
ReadLine(CString &sData, const CString &sDelimiter="\n") | CFile | |
ResetError() | CFile | inline |
Seek(off_t uPos) | CFile | |
SetFileName(const CString &sLongName) | CFile | |
Sync() | CFile | |
Truncate() | CFile | |
TryExLock(const CString &sLockFile, int iFlags=O_RDWR|O_CREAT) | CFile | |
TryExLock() | CFile | |
UnLock() | CFile | |
Write(const char *pszBuffer, size_t iBytes) | CFile | |
Write(const CString &sData) | CFile | |
~CFile() | CFile |