Added DTSC::File error checking
This commit is contained in:
parent
ca1ec8707a
commit
071cba94f9
2 changed files with 9 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue