TDME2 1.9.121
Static Public Member Functions | Static Private Attributes | List of all members
FileSystem Class Reference

File system singleton class. More...

#include <tdme/os/filesystem/FileSystem.h>

Collaboration diagram for FileSystem:
Collaboration graph

Static Public Member Functions

static FileSystemInterfacegetInstance ()
 Singleton instance to retrieve file system will use standard file system by default if not set up different explicitly. More...
 
static FileSystemInterfacegetStandardFileSystem ()
 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 FileSystemInterfacestandardFileSystem = nullptr
 
static STATIC_DLL_IMPEXT FileSystemInterfacefileSystem = nullptr
 

Detailed Description

File system singleton class.

Author
Andreas Drewke
Version
$Id$

Definition at line 13 of file FileSystem.h.

Member Function Documentation

◆ getInstance()

FileSystemInterface * getInstance ( )
static

Singleton instance to retrieve file system will use standard file system by default if not set up different explicitly.

Returns
file system

Definition at line 14 of file FileSystem.cpp.

◆ getStandardFileSystem()

FileSystemInterface * getStandardFileSystem ( )
static

Retrieve standard file system.

Returns
standard file system

Definition at line 23 of file FileSystem.cpp.

◆ setupFileSystem()

void setupFileSystem ( FileSystemInterface fileSystem)
static

Set up file system.

Parameters
fileSystemfile system

Definition at line 31 of file FileSystem.cpp.

◆ unsetFileSystem()

void unsetFileSystem ( )
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.

Member Data Documentation

◆ fileSystem

FileSystemInterface * fileSystem = nullptr
staticprivate

Definition at line 17 of file FileSystem.h.

◆ standardFileSystem

FileSystemInterface * standardFileSystem = nullptr
staticprivate

Definition at line 16 of file FileSystem.h.


The documentation for this class was generated from the following files: