IFS::FileSystem Member List

This is the complete list of members for IFS::FileSystem, including all inherited members.

Attribute enum nameIFS::IFileSystem
Attributes typedefIFS::IFileSystem
cast(IFileSystem &fs)IFS::FileSysteminlinestatic
cast(IFileSystem *fs)IFS::FileSysteminlinestatic
check()IFS::IFileSysteminlinevirtual
close(FileHandle file)=0IFS::IFileSystempure virtual
closedir(DirHandle dir)=0IFS::IFileSystempure virtual
eof(FileHandle file)=0IFS::IFileSystempure virtual
fcontrol(FileHandle file, ControlCode code, void *buffer, size_t bufSize)IFS::IFileSysteminlinevirtual
flush(FileHandle file)=0IFS::IFileSystempure virtual
fopen(const Stat &stat, OpenFlags flags)=0IFS::IFileSystempure virtual
fopendir(const Stat *stat, DirHandle &dir)IFS::IFileSysteminlinevirtual
format()=0IFS::IFileSystempure virtual
fremove(FileHandle file)=0IFS::IFileSystempure virtual
fstat(FileHandle file, Stat &stat)IFS::FileSysteminline
IFS::IFileSystem::fstat(FileHandle file, Stat *stat)=0IFS::IFileSystempure virtual
ftruncate(FileHandle file)IFS::FileSysteminline
IFS::IFileSystem::ftruncate(FileHandle file, size_t new_size)=0IFS::IFileSystempure virtual
getContent(const char *fileName, char *buffer, size_t bufSize)IFS::FileSystem
getContent(const String &fileName, char *buffer, size_t bufSize)IFS::FileSysteminline
getContent(const String &fileName)IFS::FileSystem
getErrorString(int err)IFS::IFileSysteminlinevirtual
getinfo(Info &info)=0IFS::IFileSystempure virtual
getSize(FileHandle file)IFS::FileSystem
getSize(const char *fileName)IFS::FileSystem
getSize(const String &fileName)IFS::FileSysteminline
lseek(FileHandle file, int offset, SeekOrigin origin)=0IFS::IFileSystempure virtual
makedirs(const char *path)IFS::FileSystem
makedirs(const String &path)IFS::FileSysteminline
mkdir(const char *path)=0IFS::IFileSystempure virtual
mount()=0IFS::IFileSystempure virtual
open(const String &path, OpenFlags flags)IFS::FileSysteminline
IFS::IFileSystem::open(const char *path, OpenFlags flags)=0IFS::IFileSystempure virtual
opendir(const String &path, DirHandle &dir)IFS::FileSysteminline
IFS::IFileSystem::opendir(const char *path, DirHandle &dir)=0IFS::IFileSystempure virtual
read(FileHandle file, void *data, size_t size)=0IFS::IFileSystempure virtual
readContent(FileHandle file, size_t size, ReadContentCallback callback)IFS::FileSystem
readContent(FileHandle file, ReadContentCallback callback)IFS::FileSystem
readContent(const String &filename, ReadContentCallback callback)IFS::FileSystem
ReadContentCallback typedefIFS::FileSystem
readdir(DirHandle dir, Stat &stat)=0IFS::IFileSystempure virtual
remove(const String &path)IFS::FileSysteminline
IFS::IFileSystem::remove(const char *path)=0IFS::IFileSystempure virtual
rename(const String &oldpath, const String &newpath)IFS::FileSysteminline
IFS::IFileSystem::rename(const char *oldpath, const char *newpath)=0IFS::IFileSystempure virtual
rewinddir(DirHandle dir)=0IFS::IFileSystempure virtual
setacl(FileHandle file, const ACL &acl)=0IFS::IFileSystempure virtual
setattr(const char *path, FileAttributes attr)=0IFS::IFileSystempure virtual
setcompression(FileHandle file, const Compression &compression)=0IFS::IFileSystempure virtual
setContent(const char *fileName, const void *content, size_t length)IFS::FileSystem
setContent(const char *fileName, const char *content)IFS::FileSysteminline
setContent(const String &fileName, const char *content)IFS::FileSysteminline
setContent(const String &fileName, const void *content, size_t length)IFS::FileSysteminline
setContent(const String &fileName, const String &content)IFS::FileSysteminline
settime(FileHandle file, time_t mtime)=0IFS::IFileSystempure virtual
stat(const String &path, Stat *s)IFS::FileSysteminline
stat(const String &path, Stat &s)IFS::FileSysteminline
IFS::IFileSystem::stat(const char *path, Stat *stat)=0IFS::IFileSystempure virtual
tell(FileHandle file)=0IFS::IFileSystempure virtual
truncate(const char *fileName, size_t newSize)IFS::FileSystem
truncate(const String &fileName, size_t newSize)IFS::FileSysteminline
Type enum nameIFS::IFileSystem
write(FileHandle file, const void *data, size_t size)=0IFS::IFileSystempure virtual
~IFileSystem()IFS::IFileSysteminlinevirtual