buffer | ppl6::CFile | private |
CFile() | ppl6::CFile | |
CFile(const CString &filename, const char *mode="rb") | ppl6::CFile | |
CFile(const char *filename, const char *mode="rb") | ppl6::CFile | |
CFile(FILE *handle) | ppl6::CFile | |
CFileObject() | ppl6::CFileObject | |
Chmod(const CString &filename, int attr) | ppl6::CFile | static |
Close() | ppl6::CFile | virtual |
Copy(CFileObject &quellfile, ppluint64 quelloffset, ppluint64 bytes, ppluint64 zieloffset) | ppl6::CFileObject | |
Copy(CFileObject &quellfile, ppluint64 bytes) | ppl6::CFileObject | |
CopyFile(const CString &oldfile, const CString &newfile, size_t buffersize=0) | ppl6::CFile | static |
Delete() | ppl6::CFile | |
DeleteFile(const CString &filename) | ppl6::CFile | static |
DeleteFilef(const char *filename,...) | ppl6::CFile | static |
DoCopy(CFileObject &quellfile, ppluint64 bytes) | ppl6::CFile | virtual |
Eof() const | ppl6::CFile | virtual |
Exists(const CString &filename) | ppl6::CFile | static |
Existsf(const char *fmt,...) | ppl6::CFile | static |
ff | ppl6::CFile | private |
Fgets(char *buffer, size_t num=1024) | ppl6::CFile | virtual |
Fgetws(wchar_t *buffer, size_t num=1024) | ppl6::CFile | virtual |
FileAttr(int attr, const CString &filename) | ppl6::CFile | static |
FileAttrf(int attr, const char *filename,...) | ppl6::CFile | static |
Filename() const | ppl6::CFileObject | |
Flush() | ppl6::CFile | virtual |
Fread(void *ptr, size_t size, size_t nmemb) | ppl6::CFile | virtual |
Fseek(ppluint64 offset, int origin) | ppl6::CFile | virtual |
Ftell() | ppl6::CFile | virtual |
Fwrite(const void *ptr, size_t size, size_t nmemb) | ppl6::CFile | virtual |
Getc() | ppl6::CFile | virtual |
GetFilename() const | ppl6::CFileObject | |
GetFileNo() const | ppl6::CFile | virtual |
Gets(CString &buffer, size_t num=1024) | ppl6::CFileObject | |
Gets(char *buffer, size_t num=1024) | ppl6::CFileObject | |
Gets(size_t num=1024) | ppl6::CFileObject | |
Getwc() | ppl6::CFile | virtual |
Getws(CWString &buffer, size_t num=1024) | ppl6::CFileObject | |
Getws(wchar_t *buffer, size_t num=1024) | ppl6::CFileObject | |
Getws(size_t num=1024) | ppl6::CFileObject | |
IsOpen() const | ppl6::CFile | virtual |
isPopen | ppl6::CFile | private |
LastMapProtection | ppl6::CFile | private |
LastMapSize | ppl6::CFile | private |
LastMapStart | ppl6::CFile | private |
Load() | ppl6::CFileObject | |
Load(CVar &target) | ppl6::CFileObject | |
LoadFile(CVar &object, const CString &filename) | ppl6::CFile | static |
LoadFile(const CString &filename, size_t *size=NULL) | ppl6::CFile | static |
LockExclusive(bool block=true) | ppl6::CFile | virtual |
LockShared(bool block=true) | ppl6::CFile | virtual |
Lof() const | ppl6::CFileObject | |
Map(ppluint64 position, size_t size) | ppl6::CFile | virtual |
ppl6::CFileObject::Map() | ppl6::CFileObject | |
MapBase | ppl6::CFile | private |
MapRW(ppluint64 position, size_t size) | ppl6::CFile | virtual |
MD5(const CString &filename) | ppl6::CFile | static |
MD5Sum() | ppl6::CFileObject | |
mmap(ppluint64 position, size_t size, int prot, int flags) | ppl6::CFile | private |
MoveFile(const CString &oldfile, const CString &newfile) | ppl6::CFile | static |
munmap(void *addr, size_t len) | ppl6::CFile | private |
Open(const CString &filename, const char *mode="rb") | ppl6::CFile | |
Open(FILE *handle) | ppl6::CFile | |
Openf(const char *format, const char *mode,...) | ppl6::CFile | |
OpenTemp(const CString &filetemplate) | ppl6::CFile | |
OpenTempf(const char *filetemplate,...) | ppl6::CFile | |
Popen(const CString &command, const CString &mode) | ppl6::CFile | |
Popenf(const char *command, const char *mode,...) | ppl6::CFile | |
pos | ppl6::CFile | private |
Putc(int c) | ppl6::CFile | virtual |
Puts(const char *str) | ppl6::CFile | virtual |
ppl6::CFileObject::Puts(const CString &str) | ppl6::CFileObject | |
Putsf(const char *fmt,...) | ppl6::CFileObject | |
Putwc(wchar_t c) | ppl6::CFile | virtual |
Putws(const wchar_t *str) | ppl6::CFile | virtual |
ppl6::CFileObject::Putws(const CWString &str) | ppl6::CFileObject | |
Read(void *target, size_t bytes, ppluint64 fileposition) | ppl6::CFileObject | |
Read(void *target, size_t bytes) | ppl6::CFileObject | |
Read(CVar &target, size_t bytes) | ppl6::CFileObject | |
ReadAhead | ppl6::CFile | private |
RenameFile(const CString &oldfile, const CString &newfile) | ppl6::CFile | static |
Seek(ppluint64 position) | ppl6::CFile | virtual |
SetFilename(const CString &filename) | ppl6::CFileObject | |
SetFilenamef(const char *filename,...) | ppl6::CFileObject | |
SetMapReadAhead(size_t bytes) | ppl6::CFile | virtual |
size | ppl6::CFile | private |
Size() const | ppl6::CFile | virtual |
Stat(const CString &filename, CDirEntry &result) | ppl6::CFile | static |
Sync() | ppl6::CFile | virtual |
TouchFile(const CString &filename) | ppl6::CFile | static |
TouchFilef(const char *filename,...) | ppl6::CFile | static |
Truncate(ppluint64 length) | ppl6::CFile | virtual |
Truncate(const CString &filename, ppluint64 bytes) | ppl6::CFile | static |
Unlock() | ppl6::CFile | virtual |
Unmap() | ppl6::CFile | virtual |
Write(const void *source, size_t bytes, ppluint64 fileposition) | ppl6::CFileObject | |
Write(const void *source, size_t bytes) | ppl6::CFileObject | |
Write(const CVar &object, size_t bytes=0) | ppl6::CFileObject | |
WriteFile(const void *content, size_t size, const CString &filename) | ppl6::CFile | static |
WriteFile(const CVar &object, const CString &filename) | ppl6::CFile | static |
WriteFilef(const void *content, size_t size, const char *filename,...) | ppl6::CFile | static |
WriteFilef(const CVar &object, const char *filename,...) | ppl6::CFile | static |
~CFile() | ppl6::CFile | virtual |
~CFileObject() | ppl6::CFileObject | virtual |