OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
FileSystemStarter Class Reference

#include <FileSystemStarter.h>

Public Member Functions

 FileSystemStarter ()
 
 ~FileSystemStarter ()
 
void initUserFs (bool ramFs, std::string_view path)
 
void initDataFs (std::string_view path)
 

Private Attributes

std::unique_ptr< FileSystem_userFs
 
std::unique_ptr< FileSystem_dataEmbeddedFs
 
std::unique_ptr< FileSystem_dataDirFs
 
std::unique_ptr< FileSystem_dataDirLowercaseFs
 
std::unique_ptr< FileSystem_dataFs
 

Constructor & Destructor Documentation

◆ FileSystemStarter()

FileSystemStarter::FileSystemStarter ( )
default

◆ ~FileSystemStarter()

FileSystemStarter::~FileSystemStarter ( )

Member Function Documentation

◆ initDataFs()

void FileSystemStarter::initDataFs ( std::string_view  path)

◆ initUserFs()

void FileSystemStarter::initUserFs ( bool  ramFs,
std::string_view  path 
)

Member Data Documentation

◆ _dataDirFs

std::unique_ptr<FileSystem> FileSystemStarter::_dataDirFs
private

◆ _dataDirLowercaseFs

std::unique_ptr<FileSystem> FileSystemStarter::_dataDirLowercaseFs
private

◆ _dataEmbeddedFs

std::unique_ptr<FileSystem> FileSystemStarter::_dataEmbeddedFs
private

◆ _dataFs

std::unique_ptr<FileSystem> FileSystemStarter::_dataFs
private

◆ _userFs

std::unique_ptr<FileSystem> FileSystemStarter::_userFs
private

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