Torque::Mem::MemFileSystem
Engine/source/core/memVolume.h
Private Attributes
Public Functions
MemFileSystem(String volume)
create(const Path & path, FileNode::Mode )
Used for describing the file system type.
Private Functions
getParentDir(const Path & path, FileNodeRef & parentRef)
Detailed Description
Private Attributes
MemDirectoryData * mRootDir
String mVolume
Public Functions
MemFileSystem(String volume)
~MemFileSystem()
create(const Path & path, FileNode::Mode )
Reimplemented from: Torque::FS::FileSystem
getTypeStr()
Reimplemented from: Torque::FS::FileSystem
mapFrom(const Path & path)
Reimplemented from: Torque::FS::FileSystem
mapTo(const Path & path)
Reimplemented from: Torque::FS::FileSystem
remove(const Path & path)
Reimplemented from: Torque::FS::FileSystem
rename(const Path & from, const Path & to)
Reimplemented from: Torque::FS::FileSystem
resolve(const Path & path)
Reimplemented from: Torque::FS::FileSystem