The SWORD Project
1.9.0.svnversion
|
This is the complete list of members for FileMgr, including all inherited members.
__staticsystemFileMgr class | FileMgr | friend |
APPEND | FileMgr | static |
close(FileDesc *file) | FileMgr | |
closeFile(int fd) | FileMgr | static |
copyDir(const char *srcDir, const char *destDir) | FileMgr | static |
copyFile(const char *srcFile, const char *destFile) | FileMgr | static |
CREAT | FileMgr | static |
createParent(const char *pName) | FileMgr | static |
createPathAndFile(const char *fName) | FileMgr | static |
existsDir(const char *ipath, const char *idirName=0) | FileMgr | static |
existsFile(const char *ipath, const char *ifileName=0) | FileMgr | static |
FileDesc class | FileMgr | friend |
FileMgr(int maxFiles=35) | FileMgr | |
files | FileMgr | private |
flush() | FileMgr | virtual |
getDirList(const char *dirPath, bool includeSize=false, bool includeIsDirectory=true) | FileMgr | static |
getEnvValue(const char *variableName) | FileMgr | static |
getFileSize(const char *path) | FileMgr | static |
getHomeDir() | FileMgr | |
getLine(FileDesc *fDesc, SWBuf &line) | FileMgr | static |
getSystemFileMgr() | FileMgr | static |
hasAccess(const char *path, int mode) | FileMgr | static |
IREAD | FileMgr | static |
isDirectory(const char *path) | FileMgr | static |
IWRITE | FileMgr | static |
lastAccess() | SWCacher | virtual |
maxFiles | FileMgr | |
open(const char *path, int mode, bool tryDowngrade) | FileMgr | |
open(const char *path, unsigned int mode, bool tryDowngrade) | FileMgr | inline |
open(const char *path, unsigned int mode, unsigned int perms=IREAD|IWRITE, bool tryDowngrade=false) | FileMgr | inline |
open(const char *path, int mode, int perms=IREAD|IWRITE, bool tryDowngrade=false) | FileMgr | |
openFile(const char *fName, int mode, int perms) | FileMgr | static |
openFileReadOnly(const char *fName) | FileMgr | static |
RDONLY | FileMgr | static |
RDWR | FileMgr | static |
removeDir(const char *targetDir) | FileMgr | static |
removeFile(const char *fName) | FileMgr | static |
resourceConsumption() | FileMgr | virtual |
setSystemFileMgr(FileMgr *newFileMgr) | FileMgr | static |
SWCacher() | SWCacher | |
sysOpen(FileDesc *file) | FileMgr | private |
systemFileMgr | FileMgr | protectedstatic |
TRUNC | FileMgr | static |
trunc(FileDesc *file) | FileMgr | |
write(int fd, const void *buf, long count) | FileMgr | static |
WRONLY | FileMgr | static |
~FileMgr() | FileMgr | |
~SWCacher() | SWCacher | virtual |