public |
Inheritance Graph
graph BT
DefaultFileSystemHandler
DefaultFileSystemHandler --> AbstractFileSystemHandler
click DefaultFileSystemHandler "classEScript_1_1IO_1_1DefaultFileSystemHandler"
click AbstractFileSystemHandler "classEScript_1_1IO_1_1AbstractFileSystemHandler"
Description
DefaultFileSystemHandler | > AbstractFileSystemHandler . |
Public Functions
DefaultFileSystemHandler() | ||
~DefaultFileSystemHandler() | ||
std::vector< std::string > | dir(const std::string & void, uint8_t void) |
> AbstractFileSystemHandler |
EntryInfo | getEntryInfo(const std::string & void) |
> AbstractFileSystemHandler |
StringData | loadFile(const std::string & void) |
> AbstractFileSystemHandler |
void | saveFile(const std::string & void, const std::string & void, bool void) |
> AbstractFileSystemHandler |
Documentation
function
EScript::IO::DefaultFileSystemHandler::DefaultFileSystemHandler
public | inline |
DefaultFileSystemHandler( | ) |
Defined in EScript/EScript/Utils/IO/DefaultFileSystemHandler.h:21
function
EScript::IO::DefaultFileSystemHandler::~DefaultFileSystemHandler
public | inline | virtual |
~DefaultFileSystemHandler( | ) |
Defined in EScript/EScript/Utils/IO/DefaultFileSystemHandler.h:22
function
EScript::IO::DefaultFileSystemHandler::dir
public | virtual |
std::vector< std::string > dir( | const std::string & | void, |
uint8_t | void | |
) |
> AbstractFileSystemHandler |
Defined in EScript/EScript/Utils/IO/DefaultFileSystemHandler.h:25
function
EScript::IO::DefaultFileSystemHandler::getEntryInfo
public | virtual |
EntryInfo getEntryInfo( | const std::string & | void ) |
> AbstractFileSystemHandler |
Defined in EScript/EScript/Utils/IO/DefaultFileSystemHandler.h:28
function
EScript::IO::DefaultFileSystemHandler::loadFile
public | virtual |
StringData loadFile( | const std::string & | void ) |
> AbstractFileSystemHandler |
Defined in EScript/EScript/Utils/IO/DefaultFileSystemHandler.h:31
function
EScript::IO::DefaultFileSystemHandler::saveFile
public | virtual |
void saveFile( | const std::string & | void, |
const std::string & | void, | |
bool | void | |
) |
> AbstractFileSystemHandler |
Defined in EScript/EScript/Utils/IO/DefaultFileSystemHandler.h:34