Added DTSC::File error checking

This commit is contained in:
Thulinma 2013-11-21 13:34:01 +01:00
parent ca1ec8707a
commit 071cba94f9
2 changed files with 9 additions and 0 deletions

View file

@ -60,6 +60,7 @@ namespace DTSC {
File(const File & rhs);
File(std::string filename, bool create = false);
File & operator = (const File & rhs);
operator bool() const;
~File();
JSON::Value & getMeta();
long long int getLastReadPos();