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

Public Member Functions

 WindowsFileIO (WindowsNativeState *pState, const std::string &overrideReadPath=std::string(""), const std::string &overrideWritePath=std::string(""))
 
bool OpenFile (std::fstream &stream, size_t &size, const std::string &name, std::ios_base::openmode mode=std::ifstream::in)
 
bool WriteFile (const Byte *data, size_t size, const std::string &name, std::ios_base::openmode mode=std::ifstream::out)
 
bool DeleteFile (const std::string &name)
 
bool Exists (const std::string &name)
 
std::string GetAppFilePathname (const std::string &filename)
 
bool TryStat (const std::string &name, Helpers::FileStat &out_s)
 

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: