mirror of
https://github.com/NoelFB/blah.git
synced 2025-06-29 19:25:26 +08:00
refactored FileMode to make more sense
This commit is contained in:
@ -8,7 +8,7 @@ namespace Blah
|
||||
{
|
||||
public:
|
||||
FileStream();
|
||||
FileStream(const FilePath& path, FileMode mode = FileMode::ReadWrite);
|
||||
FileStream(const FilePath& path, FileMode mode);
|
||||
FileStream(FileStream&& fs) noexcept;
|
||||
FileStream& operator=(FileStream&& fs) noexcept;
|
||||
~FileStream();
|
||||
|
Reference in New Issue
Block a user