#include <FileSystem.h>
◆ FileSourceUnion()
| FileSystem::FileSourceUnion::FileSourceUnion |
( |
| ) |
|
◆ ~FileSourceUnion()
| FileSystem::FileSourceUnion::~FileSourceUnion |
( |
| ) |
|
◆ AppendSource()
| void FileSystem::FileSourceUnion::AppendSource |
( |
FileSource * |
fs | ) |
|
◆ Lookup()
| FileInfo FileSystem::FileSourceUnion::Lookup |
( |
const std::string & |
path | ) |
|
|
virtual |
◆ LookupAll()
| std::vector< FileInfo > FileSystem::FileSourceUnion::LookupAll |
( |
const std::string & |
path | ) |
|
◆ PrependSource()
| void FileSystem::FileSourceUnion::PrependSource |
( |
FileSource * |
fs | ) |
|
◆ ReadDirectory()
| bool FileSystem::FileSourceUnion::ReadDirectory |
( |
const std::string & |
path, |
|
|
std::vector< FileInfo > & |
output |
|
) |
| |
|
virtual |
◆ ReadFile()
◆ RemoveSource()
| void FileSystem::FileSourceUnion::RemoveSource |
( |
FileSource * |
fs | ) |
|
The documentation for this class was generated from the following files: