9#ifndef CPROVER_UTIL_OUTPUT_FILE_H
10#define CPROVER_UTIL_OUTPUT_FILE_H
35 const std::string &
name()
const
RAII container for an output stream that is either stdout or a file.
std::unique_ptr< std::ofstream > _ofstream
const std::string & name() const
The name of the file, or "stdout".
bool is_file() const
True if the output is a file (not stdout).