All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
Eegeo::Emscripten::EmscriptenFileIO Class Reference
Inheritance diagram for Eegeo::Emscripten::EmscriptenFileIO:
Eegeo::Helpers::IFileIO Eegeo::NonCopyable

Public Member Functions

 EmscriptenFileIO (const std::string &basePath)
 
virtual bool OpenFile (std::fstream &stream, size_t &size, const std::string &name, std::ios_base::openmode mode=std::ifstream::in)
 
virtual bool WriteFile (const Byte *data, size_t size, const std::string &name, std::ios_base::openmode mode=std::ifstream::out)
 
virtual bool DeleteFile (const std::string &name)
 
virtual bool Exists (const std::string &name)
 
virtual bool TryStat (const std::string &name, Helpers::FileStat &s)
 
virtual std::string GetAppFilePathname (const std::string &filename)
 

Additional Inherited Members

- Protected Member Functions inherited from Eegeo::NonCopyable
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 

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