TDME2 1.9.121
|
File system singleton class. More...
#include <tdme/os/filesystem/FileSystem.h>
Static Public Member Functions | |
static FileSystemInterface * | getInstance () |
Singleton instance to retrieve file system will use standard file system by default if not set up different explicitly. More... | |
static FileSystemInterface * | getStandardFileSystem () |
Retrieve standard file system. More... | |
static void | setupFileSystem (FileSystemInterface *fileSystem) |
Set up file system. More... | |
static void | unsetFileSystem () |
Unset file system, which means disposing the old one and unset internal file system to use. More... | |
Static Private Attributes | |
static STATIC_DLL_IMPEXT FileSystemInterface * | standardFileSystem = nullptr |
static STATIC_DLL_IMPEXT FileSystemInterface * | fileSystem = nullptr |
|
static |
Singleton instance to retrieve file system will use standard file system by default if not set up different explicitly.
Definition at line 14 of file FileSystem.cpp.
|
static |
Retrieve standard file system.
Definition at line 23 of file FileSystem.cpp.
|
static |
|
static |
Unset file system, which means disposing the old one and unset internal file system to use.
Definition at line 36 of file FileSystem.cpp.
|
staticprivate |
Definition at line 17 of file FileSystem.h.
|
staticprivate |
Definition at line 16 of file FileSystem.h.