| 47 | FILE *file() const { return file_; } |
| 48 | int close(int *exit_code = nullptr); |
| 49 | bool opened() const { return file_ != nullptr; } |
| 50 | const std::string& error() const { return error_; } |
| 51 | bool exceptions() const { return exceptions_; } |
| 52 | void exceptions(bool exc) { exceptions_ = exc; } |
no outgoing calls
no test coverage detected